Skip to content

Commit

Permalink
add Benchmarks (cargo) benchmark result for 5d023dd
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 28, 2024
1 parent b8f5c87 commit 15289af
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": 1735360586755,
"lastUpdate": 1735398578785,
"repoUrl": "https://github.com/y21/dash",
"entries": {
"Benchmarks": [
Expand Down Expand Up @@ -11396,6 +11396,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": "5d023dd5c9891d32e9b879da2e73d0f1afafae35",
"message": "add `require('fs').promises`",
"timestamp": "2024-12-28T16:05:28+01:00",
"tree_id": "aa53488d489bc2b6ff1ad1fb8d1ba4107c292a80",
"url": "https://github.com/y21/dash/commit/5d023dd5c9891d32e9b879da2e73d0f1afafae35"
},
"date": 1735398577462,
"tool": "cargo",
"benches": [
{
"name": "interpreter",
"value": 1691887,
"range": "± 22074",
"unit": "ns/iter"
},
{
"name": "fib_recursive(12)",
"value": 168320,
"range": "± 10640",
"unit": "ns/iter"
},
{
"name": "fib_iterative(12)",
"value": 123109,
"range": "± 13582",
"unit": "ns/iter"
},
{
"name": "parse+compile tinycolor2",
"value": 2435618,
"range": "± 64144",
"unit": "ns/iter"
},
{
"name": "exec tinycolor2 parse hex+toFilter",
"value": 32822633,
"range": "± 2082152",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 15289af

Please sign in to comment.