Skip to content

Commit

Permalink
add Benchmarks (cargo) benchmark result for 0441adc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 8, 2023
1 parent 61f3543 commit 7ab3f53
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": 1693080706301,
"lastUpdate": 1696804097527,
"repoUrl": "https://github.com/y21/dash",
"entries": {
"Benchmarks": [
Expand Down Expand Up @@ -5286,6 +5286,48 @@ 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": "0441adcdd35b30edc6a81fd255663e2d787803b2",
"message": "remove unnecessary `RefCell`s",
"timestamp": "2023-10-09T00:24:38+02:00",
"tree_id": "4d307f086bfd973e6c15bd0ef1c458492ceef2cb",
"url": "https://github.com/y21/dash/commit/0441adcdd35b30edc6a81fd255663e2d787803b2"
},
"date": 1696804096418,
"tool": "cargo",
"benches": [
{
"name": "interpreter",
"value": 2781768,
"range": "± 32323",
"unit": "ns/iter"
},
{
"name": "fib_recursive(12)",
"value": 233955,
"range": "± 487",
"unit": "ns/iter"
},
{
"name": "fib_iterative(12)",
"value": 85586,
"range": "± 360",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 7ab3f53

Please sign in to comment.