Skip to content

Commit

Permalink
add Benchmarks (cargo) benchmark result for 8ba2f19
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 31, 2024
1 parent b7eafd6 commit 5ee8609
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": 1711750006856,
"lastUpdate": 1711852343699,
"repoUrl": "https://github.com/y21/dash",
"entries": {
"Benchmarks": [
Expand Down Expand Up @@ -8642,6 +8642,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": "8ba2f19d391b6423b9de229a46c1ca9ea780a7d8",
"message": "support computed class members",
"timestamp": "2024-03-31T04:29:01+02:00",
"tree_id": "fa0091977957c758a9b1465c05ea8819b1de934b",
"url": "https://github.com/y21/dash/commit/8ba2f19d391b6423b9de229a46c1ca9ea780a7d8"
},
"date": 1711852342189,
"tool": "cargo",
"benches": [
{
"name": "interpreter",
"value": 1655877,
"range": "± 40258",
"unit": "ns/iter"
},
{
"name": "fib_recursive(12)",
"value": 169709,
"range": "± 1029",
"unit": "ns/iter"
},
{
"name": "fib_iterative(12)",
"value": 56412,
"range": "± 1690",
"unit": "ns/iter"
},
{
"name": "parse+compile tinycolor2",
"value": 1726713,
"range": "± 13042",
"unit": "ns/iter"
},
{
"name": "exec tinycolor2 parse hex+toFilter",
"value": 37222963,
"range": "± 521705",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 5ee8609

Please sign in to comment.