-
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 5b84a12
- Loading branch information
github-action-benchmark
committed
Mar 18, 2024
1 parent
60f5403
commit d739dd3
Showing
1 changed file
with
55 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": 1710695104202, | ||
"lastUpdate": 1710784817760, | ||
"repoUrl": "https://github.com/y21/dash", | ||
"entries": { | ||
"Benchmarks": [ | ||
|
@@ -7940,6 +7940,60 @@ 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": "5b84a1226b6f5493273351b8c44c39355bffd254", | ||
"message": "don't use `undefined` if `String` ctor is invoked with no arguments", | ||
"timestamp": "2024-03-18T18:56:58+01:00", | ||
"tree_id": "d1742b91dd31b8609f196953dbe767e6942c7a49", | ||
"url": "https://github.com/y21/dash/commit/5b84a1226b6f5493273351b8c44c39355bffd254" | ||
}, | ||
"date": 1710784816797, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "interpreter", | ||
"value": 1651285, | ||
"range": "± 17395", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fib_recursive(12)", | ||
"value": 177988, | ||
"range": "± 2021", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fib_iterative(12)", | ||
"value": 59128, | ||
"range": "± 309", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse+compile tinycolor2", | ||
"value": 1713233, | ||
"range": "± 23240", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "exec tinycolor2 parse hex+toFilter", | ||
"value": 37441566, | ||
"range": "± 721950", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|