Skip to content

Commit

Permalink
add moov-io/cryptfs Benchmarks (go) benchmark result for 47e0a90
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 9, 2025
1 parent 47e0a90 commit 91c4e70
Showing 1 changed file with 47 additions and 1 deletion.
48 changes: 47 additions & 1 deletion docs/bench/cryptfs/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1736304272976,
"lastUpdate": 1736436615277,
"repoUrl": "https://github.com/moov-io/benchmarks",
"entries": {
"moov-io/cryptfs Benchmarks": [
Expand Down Expand Up @@ -4510,6 +4510,52 @@ window.BENCHMARK_DATA = {
"extra": "21651 times\n4 procs"
}
]
},
{
"commit": {
"author": {
"name": "github-action-benchmark",
"username": "github",
"email": "[email protected]"
},
"committer": {
"name": "github-action-benchmark",
"username": "github",
"email": "[email protected]"
},
"id": "47e0a90105169dd0f6c4194b79f7e92c4a62d253",
"message": "add moov-io/watchman Benchmarks (go) benchmark result for 2d6f41e17686608c53cfb5cc6e67786d89340fd1",
"timestamp": "2025-01-09T12:23:14Z",
"url": "https://github.com/moov-io/benchmarks/commit/47e0a90105169dd0f6c4194b79f7e92c4a62d253"
},
"date": 1736436615256,
"tool": "go",
"benches": [
{
"name": "BenchmarkCryptfs__AES",
"value": 56919,
"unit": "ns/op\t 3104 B/op\t 25 allocs/op",
"extra": "21118 times\n4 procs"
},
{
"name": "BenchmarkCryptfs__AES - ns/op",
"value": 56919,
"unit": "ns/op",
"extra": "21118 times\n4 procs"
},
{
"name": "BenchmarkCryptfs__AES - B/op",
"value": 3104,
"unit": "B/op",
"extra": "21118 times\n4 procs"
},
{
"name": "BenchmarkCryptfs__AES - allocs/op",
"value": 25,
"unit": "allocs/op",
"extra": "21118 times\n4 procs"
}
]
}
]
}
Expand Down

1 comment on commit 91c4e70

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'moov-io/ach Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.20.

Benchmark suite Current: 91c4e70 Previous: 8a382ed Ratio
BenchmarkCalculateCheckDigit/valid 34.16 ns/op 0 B/op 0 allocs/op 28.29 ns/op 0 B/op 0 allocs/op 1.21
BenchmarkCalculateCheckDigit/valid - ns/op 34.16 ns/op 28.29 ns/op 1.21

This comment was automatically generated by workflow using github-action-benchmark.

CC: @adamdecaf

Please sign in to comment.