-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmarks (cargo) benchmark result for 4cd9cfd
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
@@ -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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|