Skip to content

Commit

Permalink
add Benchmarks (cargo) benchmark result for 99072d0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 21, 2024
1 parent 707f4a7 commit ad6a630
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": 1710974780411,
"lastUpdate": 1711035031232,
"repoUrl": "https://github.com/y21/dash",
"entries": {
"Benchmarks": [
Expand Down Expand Up @@ -8102,6 +8102,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": "99072d0cbc427ba51d1e132e4c82eb8af2106fd3",
"message": "Merge pull request #83 from Jacherr/minor-regressions\n\nFix small issues in stdlib",
"timestamp": "2024-03-21T16:27:14+01:00",
"tree_id": "a370f222957d2f524b6a8d7c01dc5713205d6454",
"url": "https://github.com/y21/dash/commit/99072d0cbc427ba51d1e132e4c82eb8af2106fd3"
},
"date": 1711035030513,
"tool": "cargo",
"benches": [
{
"name": "interpreter",
"value": 1675055,
"range": "± 67943",
"unit": "ns/iter"
},
{
"name": "fib_recursive(12)",
"value": 193547,
"range": "± 1070",
"unit": "ns/iter"
},
{
"name": "fib_iterative(12)",
"value": 58035,
"range": "± 377",
"unit": "ns/iter"
},
{
"name": "parse+compile tinycolor2",
"value": 1741563,
"range": "± 26915",
"unit": "ns/iter"
},
{
"name": "exec tinycolor2 parse hex+toFilter",
"value": 38004160,
"range": "± 523255",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit ad6a630

Please sign in to comment.