Skip to content

Commit

Permalink
add Benchmarks (cargo) benchmark result for 2bda6e7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 29, 2024
1 parent fdbd6b4 commit a0c7a30
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": 1711682457864,
"lastUpdate": 1711747111459,
"repoUrl": "https://github.com/y21/dash",
"entries": {
"Benchmarks": [
Expand Down Expand Up @@ -8534,6 +8534,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": "2bda6e74a59a4bf4c3aade4befe8b4fd72df9ace",
"message": "implement bare minimum of `require('path')`",
"timestamp": "2024-03-29T22:15:12+01:00",
"tree_id": "dbee4edfe6d4e5a0a414e4a98cf2ac20a55112b1",
"url": "https://github.com/y21/dash/commit/2bda6e74a59a4bf4c3aade4befe8b4fd72df9ace"
},
"date": 1711747110837,
"tool": "cargo",
"benches": [
{
"name": "interpreter",
"value": 1660208,
"range": "± 9523",
"unit": "ns/iter"
},
{
"name": "fib_recursive(12)",
"value": 170498,
"range": "± 841",
"unit": "ns/iter"
},
{
"name": "fib_iterative(12)",
"value": 55681,
"range": "± 667",
"unit": "ns/iter"
},
{
"name": "parse+compile tinycolor2",
"value": 1711634,
"range": "± 8617",
"unit": "ns/iter"
},
{
"name": "exec tinycolor2 parse hex+toFilter",
"value": 36494456,
"range": "± 683523",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit a0c7a30

Please sign in to comment.