Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for c9a61dd
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 26, 2023
1 parent 1e2685f commit 84639a1
Showing 1 changed file with 89 additions and 1 deletion.
90 changes: 89 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1697072399048,
"lastUpdate": 1698282037824,
"repoUrl": "https://github.com/rune-rs/rune",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -23056,6 +23056,94 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"name": "Robert Schütte",
"username": "Roba1993",
"email": "[email protected]"
},
"committer": {
"name": "GitHub",
"username": "web-flow",
"email": "[email protected]"
},
"id": "c9a61ddbdbe30aa44fb678faf84580acc7b166f9",
"message": "Allow async cli execution (#651)",
"timestamp": "2023-10-25T19:02:01Z",
"url": "https://github.com/rune-rs/rune/commit/c9a61ddbdbe30aa44fb678faf84580acc7b166f9"
},
"date": 1698282036466,
"tool": "cargo",
"benches": [
{
"name": "aoc_2020_1a",
"value": 314371,
"range": "± 5854",
"unit": "ns/iter"
},
{
"name": "aoc_2020_1b",
"value": 1072111,
"range": "± 12127",
"unit": "ns/iter"
},
{
"name": "aoc_2020_11a",
"value": 485613915,
"range": "± 9169691",
"unit": "ns/iter"
},
{
"name": "aoc_2020_19b",
"value": 283784105,
"range": "± 10244388",
"unit": "ns/iter"
},
{
"name": "brainfuck_hello_world",
"value": 1391742,
"range": "± 5430",
"unit": "ns/iter"
},
{
"name": "brainfuck_hello_world2",
"value": 14886997,
"range": "± 28692",
"unit": "ns/iter"
},
{
"name": "brainfuck_fib",
"value": 80796912,
"range": "± 288999",
"unit": "ns/iter"
},
{
"name": "brainfuck_loopity",
"value": 12760669,
"range": "± 41391",
"unit": "ns/iter"
},
{
"name": "fib_15",
"value": 571326,
"range": "± 1106",
"unit": "ns/iter"
},
{
"name": "fib_20",
"value": 6322262,
"range": "± 6710",
"unit": "ns/iter"
},
{
"name": "external_functions",
"value": 926,
"range": "± 3",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 84639a1

Please sign in to comment.