Skip to content

Commit 2816974

Browse files
author
github-action-benchmark
committed
add Criterion.rs Benchmark (cargo) benchmark result for 689894f
1 parent 78d7385 commit 2816974

File tree

1 file changed

+61
-1
lines changed

1 file changed

+61
-1
lines changed

dev/bench/data.js

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1756571965626,
2+
"lastUpdate": 1756571994117,
33
"entries": {
44
"Rust Benchmark": [
55
{
@@ -16347,6 +16347,66 @@ window.BENCHMARK_DATA = {
1634716347
"unit": "ns/iter"
1634816348
}
1634916349
]
16350+
},
16351+
{
16352+
"commit": {
16353+
"author": {
16354+
"email": "[email protected]",
16355+
"name": "Chris Trześniewski",
16356+
"username": "ktrz"
16357+
},
16358+
"committer": {
16359+
"email": "[email protected]",
16360+
"name": "GitHub",
16361+
"username": "web-flow"
16362+
},
16363+
"distinct": true,
16364+
"id": "689894fdd87f7c62559ae828d4c91bacc2b211d4",
16365+
"message": "chore: enable codecov comment on PRs (#321)\n\n* enable PR comments from codecov\n* use the latest codecov action",
16366+
"timestamp": "2025-08-30T18:37:21+02:00",
16367+
"tree_id": "7d8957c3b4034091fb7ba16187c142bc4d06baef",
16368+
"url": "https://github.com/benchmark-action/github-action-benchmark/commit/689894fdd87f7c62559ae828d4c91bacc2b211d4"
16369+
},
16370+
"date": 1756571990982,
16371+
"tool": "cargo",
16372+
"benches": [
16373+
{
16374+
"name": "BenchFib10",
16375+
"value": 159,
16376+
"range": "± 6",
16377+
"unit": "ns/iter"
16378+
},
16379+
{
16380+
"name": "BenchFib20",
16381+
"value": 26404,
16382+
"range": "± 69",
16383+
"unit": "ns/iter"
16384+
},
16385+
{
16386+
"name": "Fibonacci/Recursive/20",
16387+
"value": 20094,
16388+
"range": "± 38",
16389+
"unit": "ns/iter"
16390+
},
16391+
{
16392+
"name": "Fibonacci/Iterative/20",
16393+
"value": 3,
16394+
"range": "± 0",
16395+
"unit": "ns/iter"
16396+
},
16397+
{
16398+
"name": "Fibonacci/Recursive/21",
16399+
"value": 32520,
16400+
"range": "± 103",
16401+
"unit": "ns/iter"
16402+
},
16403+
{
16404+
"name": "Fibonacci/Iterative/21",
16405+
"value": 3,
16406+
"range": "± 0",
16407+
"unit": "ns/iter"
16408+
}
16409+
]
1635016410
}
1635116411
],
1635216412
"Go Benchmark": [

0 commit comments

Comments
 (0)