Skip to content

Commit

Permalink
add Benchmarks (cargo) benchmark result for 5b84a12
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 18, 2024
1 parent 60f5403 commit d739dd3
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": 1710695104202,
"lastUpdate": 1710784817760,
"repoUrl": "https://github.com/y21/dash",
"entries": {
"Benchmarks": [
Expand Down Expand Up @@ -7940,6 +7940,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": "5b84a1226b6f5493273351b8c44c39355bffd254",
"message": "don't use `undefined` if `String` ctor is invoked with no arguments",
"timestamp": "2024-03-18T18:56:58+01:00",
"tree_id": "d1742b91dd31b8609f196953dbe767e6942c7a49",
"url": "https://github.com/y21/dash/commit/5b84a1226b6f5493273351b8c44c39355bffd254"
},
"date": 1710784816797,
"tool": "cargo",
"benches": [
{
"name": "interpreter",
"value": 1651285,
"range": "± 17395",
"unit": "ns/iter"
},
{
"name": "fib_recursive(12)",
"value": 177988,
"range": "± 2021",
"unit": "ns/iter"
},
{
"name": "fib_iterative(12)",
"value": 59128,
"range": "± 309",
"unit": "ns/iter"
},
{
"name": "parse+compile tinycolor2",
"value": 1713233,
"range": "± 23240",
"unit": "ns/iter"
},
{
"name": "exec tinycolor2 parse hex+toFilter",
"value": 37441566,
"range": "± 721950",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit d739dd3

Please sign in to comment.