-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (cargo) benchmark result for ae0d2ff
- Loading branch information
github-action-benchmark
committed
Apr 17, 2024
1 parent
a1fbeb1
commit ec26d56
Showing
1 changed file
with
89 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": 1713151375813, | ||
"lastUpdate": 1713315659741, | ||
"repoUrl": "https://github.com/rune-rs/rune", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -24992,6 +24992,94 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"name": "John-John Tedro", | ||
"username": "udoprog", | ||
"email": "[email protected]" | ||
}, | ||
"committer": { | ||
"name": "John-John Tedro", | ||
"username": "udoprog", | ||
"email": "[email protected]" | ||
}, | ||
"id": "ae0d2ff63131ffb4d976a6f219ce42749c2cc796", | ||
"message": "Fix module.js", | ||
"timestamp": "2024-04-16T11:58:50Z", | ||
"url": "https://github.com/rune-rs/rune/commit/ae0d2ff63131ffb4d976a6f219ce42749c2cc796" | ||
}, | ||
"date": 1713315658567, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "aoc_2020_1a", | ||
"value": 209098, | ||
"range": "± 3016", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "aoc_2020_1b", | ||
"value": 686612, | ||
"range": "± 5468", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "aoc_2020_11a", | ||
"value": 308531787, | ||
"range": "± 1490291", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "aoc_2020_19b", | ||
"value": 176597306, | ||
"range": "± 817621", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "brainfuck_hello_world", | ||
"value": 888596, | ||
"range": "± 11976", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "brainfuck_hello_world2", | ||
"value": 9437850, | ||
"range": "± 53454", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "brainfuck_fib", | ||
"value": 50375226, | ||
"range": "± 648848", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "brainfuck_loopity", | ||
"value": 7908175, | ||
"range": "± 76147", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fib_15", | ||
"value": 583161, | ||
"range": "± 1368", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fib_20", | ||
"value": 6613431, | ||
"range": "± 45800", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "external_functions", | ||
"value": 560, | ||
"range": "± 4", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|