-
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 0441adc
- 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.
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": 1693080706301, | ||
"lastUpdate": 1696804097527, | ||
"repoUrl": "https://github.com/y21/dash", | ||
"entries": { | ||
"Benchmarks": [ | ||
|
@@ -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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|