-
Notifications
You must be signed in to change notification settings - Fork 91
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 481fd86
- Loading branch information
github-action-benchmark
committed
Sep 25, 2023
1 parent
11557d6
commit 005e11f
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": 1694739617818, | ||
"lastUpdate": 1695603672234, | ||
"repoUrl": "https://github.com/rune-rs/rune", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -22528,6 +22528,94 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"name": "John-John Tedro", | ||
"username": "udoprog", | ||
"email": "[email protected]" | ||
}, | ||
"committer": { | ||
"name": "GitHub", | ||
"username": "web-flow", | ||
"email": "[email protected]" | ||
}, | ||
"id": "481fd86cafc39727e02421ba132393795a972924", | ||
"message": "Import third party collections and use internal Allocator API (#631)", | ||
"timestamp": "2023-09-24T14:46:51Z", | ||
"url": "https://github.com/rune-rs/rune/commit/481fd86cafc39727e02421ba132393795a972924" | ||
}, | ||
"date": 1695603670812, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "aoc_2020_1a", | ||
"value": 301098, | ||
"range": "± 8875", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "aoc_2020_1b", | ||
"value": 997894, | ||
"range": "± 25748", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "aoc_2020_11a", | ||
"value": 452981156, | ||
"range": "± 7632780", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "aoc_2020_19b", | ||
"value": 264871548, | ||
"range": "± 4594578", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "brainfuck_hello_world", | ||
"value": 1336589, | ||
"range": "± 26126", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "brainfuck_hello_world2", | ||
"value": 14186588, | ||
"range": "± 305303", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "brainfuck_fib", | ||
"value": 77203886, | ||
"range": "± 1428154", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "brainfuck_loopity", | ||
"value": 12384168, | ||
"range": "± 232959", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fib_15", | ||
"value": 537306, | ||
"range": "± 11029", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "fib_20", | ||
"value": 6019789, | ||
"range": "± 110923", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "external_functions", | ||
"value": 899, | ||
"range": "± 15", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|