-
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 99072d0
- Loading branch information
github-action-benchmark
committed
Mar 21, 2024
1 parent
707f4a7
commit ad6a630
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": 1710974780411, | ||
"lastUpdate": 1711035031232, | ||
"repoUrl": "https://github.com/y21/dash", | ||
"entries": { | ||
"Benchmarks": [ | ||
|
@@ -8102,6 +8102,60 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Timo", | ||
"username": "y21" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "99072d0cbc427ba51d1e132e4c82eb8af2106fd3", | ||
"message": "Merge pull request #83 from Jacherr/minor-regressions\n\nFix small issues in stdlib", | ||
"timestamp": "2024-03-21T16:27:14+01:00", | ||
"tree_id": "a370f222957d2f524b6a8d7c01dc5713205d6454", | ||
"url": "https://github.com/y21/dash/commit/99072d0cbc427ba51d1e132e4c82eb8af2106fd3" | ||
}, | ||
"date": 1711035030513, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "interpreter", | ||
"value": 1675055, | ||
"range": "± 67943", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fib_recursive(12)", | ||
"value": 193547, | ||
"range": "± 1070", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fib_iterative(12)", | ||
"value": 58035, | ||
"range": "± 377", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse+compile tinycolor2", | ||
"value": 1741563, | ||
"range": "± 26915", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "exec tinycolor2 parse hex+toFilter", | ||
"value": 38004160, | ||
"range": "± 523255", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|