Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 17202b8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 12, 2024
1 parent 4a8e02f commit d0e02e0
Showing 1 changed file with 101 additions and 1 deletion.
102 changes: 101 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": 1728609425993,
"lastUpdate": 1728695719900,
"repoUrl": "https://github.com/rune-rs/rune",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -28828,6 +28828,106 @@ 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": "17202b89668f2d078857e60402ee51f04ef7091a",
"message": "rune: Move Future to use an internal vtable",
"timestamp": "2024-10-11T14:10:17Z",
"url": "https://github.com/rune-rs/rune/commit/17202b89668f2d078857e60402ee51f04ef7091a"
},
"date": 1728695718420,
"tool": "cargo",
"benches": [
{
"name": "primes/rhai",
"value": 11761947,
"range": "± 107669",
"unit": "ns/iter"
},
{
"name": "primes/rune",
"value": 4781849,
"range": "± 24018",
"unit": "ns/iter"
},
{
"name": "aoc_2020_1a",
"value": 192212,
"range": "± 3431",
"unit": "ns/iter"
},
{
"name": "aoc_2020_1b",
"value": 1054763,
"range": "± 19613",
"unit": "ns/iter"
},
{
"name": "aoc_2020_11a",
"value": 288426948,
"range": "± 3173968",
"unit": "ns/iter"
},
{
"name": "aoc_2020_19b",
"value": 254456003,
"range": "± 807260",
"unit": "ns/iter"
},
{
"name": "brainfuck_hello_world",
"value": 703072,
"range": "± 4840",
"unit": "ns/iter"
},
{
"name": "brainfuck_hello_world2",
"value": 7709620,
"range": "± 73259",
"unit": "ns/iter"
},
{
"name": "brainfuck_fib",
"value": 42615596,
"range": "± 286131",
"unit": "ns/iter"
},
{
"name": "brainfuck_loopity",
"value": 6507012,
"range": "± 115046",
"unit": "ns/iter"
},
{
"name": "fib_15",
"value": 222878,
"range": "± 970",
"unit": "ns/iter"
},
{
"name": "fib_20",
"value": 2451546,
"range": "± 32563",
"unit": "ns/iter"
},
{
"name": "external_functions",
"value": 367,
"range": "± 22",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit d0e02e0

Please sign in to comment.