Skip to content

Commit

Permalink
add Criterion.rs Benchmark (cargo) benchmark result for 6bae118
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 23, 2024
1 parent 7496c3e commit 636cd50
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": 1729676014579,
"lastUpdate": 1729676025365,
"entries": {
"Rust Benchmark": [
{
Expand Down Expand Up @@ -15867,6 +15867,66 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Chris Trzesniewski",
"username": "ktrz"
},
"committer": {
"email": "[email protected]",
"name": "Chris Trzesniewski",
"username": "ktrz"
},
"distinct": true,
"id": "6bae118c112083251560ad8b3a1ff2e43aa23351",
"message": "release v1.20.4",
"timestamp": "2024-10-23T11:31:39+02:00",
"tree_id": "fa1078de1ccdef8046c6ea77ccaabeee477c4f98",
"url": "https://github.com/benchmark-action/github-action-benchmark/commit/6bae118c112083251560ad8b3a1ff2e43aa23351"
},
"date": 1729676022425,
"tool": "cargo",
"benches": [
{
"name": "BenchFib10",
"value": 209,
"range": "± 12",
"unit": "ns/iter"
},
{
"name": "BenchFib20",
"value": 20002,
"range": "± 2965",
"unit": "ns/iter"
},
{
"name": "Fibonacci/Recursive/20",
"value": 20010,
"range": "± 2243",
"unit": "ns/iter"
},
{
"name": "Fibonacci/Iterative/20",
"value": 3,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "Fibonacci/Recursive/21",
"value": 32380,
"range": "± 180",
"unit": "ns/iter"
},
{
"name": "Fibonacci/Iterative/21",
"value": 4,
"range": "± 0",
"unit": "ns/iter"
}
]
}
],
"Go Benchmark": [
Expand Down

0 comments on commit 636cd50

Please sign in to comment.