Skip to content

Commit

Permalink
add Benchmarks (cargo) benchmark result for 382918e
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 23, 2024
1 parent ec5d57f commit 33d5f0f
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": 1711061330914,
"lastUpdate": 1711158029799,
"repoUrl": "https://github.com/y21/dash",
"entries": {
"Benchmarks": [
Expand Down Expand Up @@ -8210,6 +8210,60 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Timo",
"username": "y21"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "382918e80172da0b7708ee6c38c2e6160a7a07ea",
"message": "ci: only try uploading benchmark output on pushes to master",
"timestamp": "2024-03-23T02:37:16+01:00",
"tree_id": "e7a9c32d05cba7f8b46b8cc04d86aec31e598a44",
"url": "https://github.com/y21/dash/commit/382918e80172da0b7708ee6c38c2e6160a7a07ea"
},
"date": 1711158029152,
"tool": "cargo",
"benches": [
{
"name": "interpreter",
"value": 1660786,
"range": "± 15934",
"unit": "ns/iter"
},
{
"name": "fib_recursive(12)",
"value": 174833,
"range": "± 659",
"unit": "ns/iter"
},
{
"name": "fib_iterative(12)",
"value": 57602,
"range": "± 2361",
"unit": "ns/iter"
},
{
"name": "parse+compile tinycolor2",
"value": 1737023,
"range": "± 35210",
"unit": "ns/iter"
},
{
"name": "exec tinycolor2 parse hex+toFilter",
"value": 38095110,
"range": "± 855926",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 33d5f0f

Please sign in to comment.