-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add moov-io/cryptfs Benchmarks (go) benchmark result for 47e0a90
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
@@ -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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|
91c4e70
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
.BenchmarkCalculateCheckDigit/valid
34.16
ns/op 0 B/op 0 allocs/op28.29
ns/op 0 B/op 0 allocs/op1.21
BenchmarkCalculateCheckDigit/valid - ns/op
34.16
ns/op28.29
ns/op1.21
This comment was automatically generated by workflow using github-action-benchmark.
CC: @adamdecaf