-
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 afd8c9c
- Loading branch information
github-action-benchmark
committed
Dec 23, 2023
1 parent
97d1c5c
commit f7a95bf
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": 1703291595405, | ||
"lastUpdate": 1703366116581, | ||
"repoUrl": "https://github.com/y21/dash", | ||
"entries": { | ||
"Benchmarks": [ | ||
|
@@ -5870,6 +5870,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": "afd8c9c099447daea2bd334ccd3914659378d7a8", | ||
"message": "reformat code base and add stress_gc feature", | ||
"timestamp": "2023-12-23T22:12:30+01:00", | ||
"tree_id": "f60c0d1f98d7bea6f77b700d58827ffba5809a03", | ||
"url": "https://github.com/y21/dash/commit/afd8c9c099447daea2bd334ccd3914659378d7a8" | ||
}, | ||
"date": 1703366115949, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "interpreter", | ||
"value": 2517312, | ||
"range": "± 6552", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fib_recursive(12)", | ||
"value": 228425, | ||
"range": "± 951", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fib_iterative(12)", | ||
"value": 58679, | ||
"range": "± 2279", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|