Skip to content

Commit

Permalink
add Benchmarks (cargo) benchmark result for 3af8dc5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 3, 2024
1 parent 3bf72ed commit 9408d34
Showing 1 changed file with 55 additions and 1 deletion.
56 changes: 55 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": 1730338953327,
"lastUpdate": 1730677022761,
"repoUrl": "https://github.com/y21/dash",
"entries": {
"Benchmarks": [
Expand Down Expand Up @@ -10370,6 +10370,60 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "y21",
"username": "y21"
},
"committer": {
"email": "[email protected]",
"name": "y21",
"username": "y21"
},
"distinct": true,
"id": "3af8dc5bdd50a1042c3851f1b038945f6f6c42f5",
"message": "fix `continue` in finalize-less loops",
"timestamp": "2024-11-03T23:56:45+01:00",
"tree_id": "146104a651eb962c320fccfece5d4cc101ef0d6d",
"url": "https://github.com/y21/dash/commit/3af8dc5bdd50a1042c3851f1b038945f6f6c42f5"
},
"date": 1730677022147,
"tool": "cargo",
"benches": [
{
"name": "interpreter",
"value": 1549939,
"range": "± 20543",
"unit": "ns/iter"
},
{
"name": "fib_recursive(12)",
"value": 162790,
"range": "± 8680",
"unit": "ns/iter"
},
{
"name": "fib_iterative(12)",
"value": 86314,
"range": "± 17791",
"unit": "ns/iter"
},
{
"name": "parse+compile tinycolor2",
"value": 2370444,
"range": "± 51348",
"unit": "ns/iter"
},
{
"name": "exec tinycolor2 parse hex+toFilter",
"value": 27539586,
"range": "± 2199948",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 9408d34

Please sign in to comment.