-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Criterion.rs Benchmark (cargo) benchmark result for 8deacbb847d12…
…b43252e0a2dca86f3e5b3cafb66
- Loading branch information
github-action-benchmark
committed
Jun 19, 2024
1 parent
98d2f6c
commit 257d1b8
Showing
1 changed file
with
61 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": 1718826639884, | ||
"lastUpdate": 1718826682852, | ||
"entries": { | ||
"Rust Benchmark": [ | ||
{ | ||
|
@@ -57079,6 +57079,66 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Sam Xie", | ||
"username": "XSAM" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "8deacbb847d12b43252e0a2dca86f3e5b3cafb66", | ||
"message": "Rename \"PR Summary\" into \"Job Summary\" (#252)", | ||
"timestamp": "2024-06-19T21:49:25+02:00", | ||
"tree_id": "0efa80f4aa96859083faa9f7dd24d7580956ceac", | ||
"url": "https://github.com/benchmark-action/github-action-benchmark/commit/8deacbb847d12b43252e0a2dca86f3e5b3cafb66" | ||
}, | ||
"date": 1718826681246, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "BenchFib10", | ||
"value": 208, | ||
"range": "± 9", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "BenchFib20", | ||
"value": 19988, | ||
"range": "± 2252", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Fibonacci/Recursive/20", | ||
"value": 19993, | ||
"range": "± 364", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Fibonacci/Iterative/20", | ||
"value": 3, | ||
"range": "± 0", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Fibonacci/Recursive/21", | ||
"value": 32342, | ||
"range": "± 76", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Fibonacci/Iterative/21", | ||
"value": 4, | ||
"range": "± 0", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
], | ||
"Catch2 Benchmark (v3)": [ | ||
|