Skip to content

Commit

Permalink
add Benchmarks (cargo) benchmark result for 4cd9cfd
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 24, 2023
1 parent 79be858 commit 38349b2
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": 1703376069364,
"lastUpdate": 1703427438023,
"repoUrl": "https://github.com/y21/dash",
"entries": {
"Benchmarks": [
Expand Down Expand Up @@ -5954,6 +5954,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": "4cd9cfdc2f174ecab86c42b5f5369670976b09d2",
"message": "show callee source code in \"is not a function\" errors\n\nFixes #75",
"timestamp": "2023-12-24T15:14:48+01:00",
"tree_id": "12d719900ba8af8df1e86744415b5fcf68e3ee11",
"url": "https://github.com/y21/dash/commit/4cd9cfdc2f174ecab86c42b5f5369670976b09d2"
},
"date": 1703427436562,
"tool": "cargo",
"benches": [
{
"name": "interpreter",
"value": 2564527,
"range": "± 14352",
"unit": "ns/iter"
},
{
"name": "fib_recursive(12)",
"value": 234511,
"range": "± 3745",
"unit": "ns/iter"
},
{
"name": "fib_iterative(12)",
"value": 58750,
"range": "± 339",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 38349b2

Please sign in to comment.