-
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 441c91f
- Loading branch information
github-action-benchmark
committed
Oct 22, 2023
1 parent
cfc5bd9
commit 06fba8c
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": 1697940172477, | ||
"lastUpdate": 1698012330351, | ||
"repoUrl": "https://github.com/y21/dash", | ||
"entries": { | ||
"Benchmarks": [ | ||
|
@@ -5786,6 +5786,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": "441c91fcab824d76a8c318efdb6bb633dd280c1a", | ||
"message": "regex: support character class ranges", | ||
"timestamp": "2023-10-23T00:01:57+02:00", | ||
"tree_id": "2bcb26ab834e63325cbfca09cfb82bf1a8856024", | ||
"url": "https://github.com/y21/dash/commit/441c91fcab824d76a8c318efdb6bb633dd280c1a" | ||
}, | ||
"date": 1698012329552, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "interpreter", | ||
"value": 2874575, | ||
"range": "± 18412", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fib_recursive(12)", | ||
"value": 236144, | ||
"range": "± 1585", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fib_iterative(12)", | ||
"value": 82756, | ||
"range": "± 228", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|