Skip to content

Commit

Permalink
add Benchmarks (cargo) benchmark result for 0a5f7c7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 26, 2024
1 parent 513e7b6 commit 5988a01
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": 1735136283911,
"lastUpdate": 1735248503903,
"repoUrl": "https://github.com/y21/dash",
"entries": {
"Benchmarks": [
Expand Down Expand Up @@ -11180,6 +11180,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": "0a5f7c7ab6705b9305a499992da1eb68522d324a",
"message": "implement `new.target` and fix some [[Construct]] related bugs\n\nfixes #92",
"timestamp": "2024-12-26T22:24:17+01:00",
"tree_id": "be6e5139433b37fd234a1bec40a63e425be09856",
"url": "https://github.com/y21/dash/commit/0a5f7c7ab6705b9305a499992da1eb68522d324a"
},
"date": 1735248503210,
"tool": "cargo",
"benches": [
{
"name": "interpreter",
"value": 1689756,
"range": "± 53791",
"unit": "ns/iter"
},
{
"name": "fib_recursive(12)",
"value": 153615,
"range": "± 8314",
"unit": "ns/iter"
},
{
"name": "fib_iterative(12)",
"value": 109782,
"range": "± 17812",
"unit": "ns/iter"
},
{
"name": "parse+compile tinycolor2",
"value": 2376246,
"range": "± 33573",
"unit": "ns/iter"
},
{
"name": "exec tinycolor2 parse hex+toFilter",
"value": 31308261,
"range": "± 3884571",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 5988a01

Please sign in to comment.