Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 496577c
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 7, 2024
1 parent 5b80754 commit 4a0450d
Showing 1 changed file with 113 additions and 1 deletion.
114 changes: 113 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": 1730855807006,
"lastUpdate": 1730942226662,
"repoUrl": "https://github.com/rune-rs/rune",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -30064,6 +30064,118 @@ 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": "496577c95e6e082342aac0e6e71c660257fc2764",
"message": "rune: Improve test case macros and docs",
"timestamp": "2024-11-06T01:41:40Z",
"url": "https://github.com/rune-rs/rune/commit/496577c95e6e082342aac0e6e71c660257fc2764"
},
"date": 1730942225344,
"tool": "cargo",
"benches": [
{
"name": "primes/rhai",
"value": 11643967,
"range": "± 327095",
"unit": "ns/iter"
},
{
"name": "primes/rune",
"value": 4178786,
"range": "± 143712",
"unit": "ns/iter"
},
{
"name": "eval/rhai",
"value": 1636,
"range": "± 42",
"unit": "ns/iter"
},
{
"name": "eval/rune",
"value": 1197,
"range": "± 16",
"unit": "ns/iter"
},
{
"name": "aoc_2020_1a",
"value": 148998,
"range": "± 1386",
"unit": "ns/iter"
},
{
"name": "aoc_2020_1b",
"value": 869981,
"range": "± 5417",
"unit": "ns/iter"
},
{
"name": "aoc_2020_11a",
"value": 80151878,
"range": "± 816706",
"unit": "ns/iter"
},
{
"name": "aoc_2020_19b",
"value": 197794168,
"range": "± 4078770",
"unit": "ns/iter"
},
{
"name": "brainfuck_hello_world",
"value": 530966,
"range": "± 2429",
"unit": "ns/iter"
},
{
"name": "brainfuck_hello_world2",
"value": 5714234,
"range": "± 189400",
"unit": "ns/iter"
},
{
"name": "brainfuck_fib",
"value": 29615355,
"range": "± 638252",
"unit": "ns/iter"
},
{
"name": "brainfuck_loopity",
"value": 4821861,
"range": "± 70190",
"unit": "ns/iter"
},
{
"name": "fib_15",
"value": 219285,
"range": "± 2327",
"unit": "ns/iter"
},
{
"name": "fib_20",
"value": 2420479,
"range": "± 49101",
"unit": "ns/iter"
},
{
"name": "external_functions",
"value": 372,
"range": "± 2",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 4a0450d

Please sign in to comment.