Skip to content

Commit

Permalink
add Benchmarks (cargo) benchmark result for 61a0ba3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 17, 2024
1 parent f26f843 commit ccf5067
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 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": 1710683202167,
"lastUpdate": 1710684020906,
"repoUrl": "https://github.com/y21/dash",
"entries": {
"Benchmarks": [
Expand Down Expand Up @@ -7790,6 +7790,48 @@ 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": "61a0ba34f59e7d1a0b841b1599f8c89ddba113bf",
"message": "Merge pull request #81 from y21/holey-arrays\n\nExperimental support for holey arrays",
"timestamp": "2024-03-17T14:58:00+01:00",
"tree_id": "4893c9320c51a5484c0c5b4ff1fcea2b91dfd1b5",
"url": "https://github.com/y21/dash/commit/61a0ba34f59e7d1a0b841b1599f8c89ddba113bf"
},
"date": 1710684019972,
"tool": "cargo",
"benches": [
{
"name": "interpreter",
"value": 1672290,
"range": "± 15916",
"unit": "ns/iter"
},
{
"name": "fib_recursive(12)",
"value": 195998,
"range": "± 1278",
"unit": "ns/iter"
},
{
"name": "fib_iterative(12)",
"value": 58381,
"range": "± 347",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit ccf5067

Please sign in to comment.