Skip to content

Commit

Permalink
add Criterion.rs Benchmark (cargo) benchmark result for 8deacbb847d12…
Browse files Browse the repository at this point in the history
…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.
62 changes: 61 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1718826639884,
"lastUpdate": 1718826682852,
"entries": {
"Rust Benchmark": [
{
Expand Down Expand Up @@ -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)": [
Expand Down

0 comments on commit 257d1b8

Please sign in to comment.