Skip to content

Commit

Permalink
add Benchmarks (cargo) benchmark result for 487273c
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 28, 2023
1 parent b5aae7a commit 97cded7
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": 1703714386687,
"lastUpdate": 1703729845706,
"repoUrl": "https://github.com/y21/dash",
"entries": {
"Benchmarks": [
Expand Down Expand Up @@ -6496,6 +6496,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": "487273cfb88f135494e4c90a7a3904e7dec2e610",
"message": "use fxhash for object maps\n\nall strings are interned now and are represented using `u32`s, so `FxHash` works well here",
"timestamp": "2023-12-28T03:14:49+01:00",
"tree_id": "7551c4f7d083887dde5b4da9fc115661f9ba689b",
"url": "https://github.com/y21/dash/commit/487273cfb88f135494e4c90a7a3904e7dec2e610"
},
"date": 1703729844273,
"tool": "cargo",
"benches": [
{
"name": "interpreter",
"value": 1849651,
"range": "± 50994",
"unit": "ns/iter"
},
{
"name": "fib_recursive(12)",
"value": 163615,
"range": "± 812",
"unit": "ns/iter"
},
{
"name": "fib_iterative(12)",
"value": 51926,
"range": "± 2526",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 97cded7

Please sign in to comment.