Skip to content

Commit

Permalink
add Criterion.rs Benchmark (cargo) benchmark result for e3c6616
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 9, 2024
1 parent a9fc911 commit b4c5453
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": 1733770396279,
"lastUpdate": 1733770405547,
"entries": {
"Rust Benchmark": [
{
Expand Down Expand Up @@ -15963,6 +15963,66 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "xtrm0",
"username": "xtrm0"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "e3c661617bc6aa55f26ae4457c737a55545a86a4",
"message": "feat: allow to parse generic cargo bench/criterion units (#280)",
"timestamp": "2024-12-09T19:51:18+01:00",
"tree_id": "005f79e62d174cd1a903941ebbf0a13dadda2946",
"url": "https://github.com/benchmark-action/github-action-benchmark/commit/e3c661617bc6aa55f26ae4457c737a55545a86a4"
},
"date": 1733770402185,
"tool": "cargo",
"benches": [
{
"name": "BenchFib10",
"value": 159,
"range": "± 19",
"unit": "ns/iter"
},
{
"name": "BenchFib20",
"value": 26250,
"range": "± 134",
"unit": "ns/iter"
},
{
"name": "Fibonacci/Recursive/20",
"value": 19996,
"range": "± 285",
"unit": "ns/iter"
},
{
"name": "Fibonacci/Iterative/20",
"value": 3,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "Fibonacci/Recursive/21",
"value": 32347,
"range": "± 638",
"unit": "ns/iter"
},
{
"name": "Fibonacci/Iterative/21",
"value": 4,
"range": "± 0",
"unit": "ns/iter"
}
]
}
],
"Go Benchmark": [
Expand Down

0 comments on commit b4c5453

Please sign in to comment.