Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for dac879c
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Aug 16, 2024
1 parent 6bec9ff commit 80273c1
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": 1723684027802,
"lastUpdate": 1723770591939,
"repoUrl": "https://github.com/rune-rs/rune",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -27828,6 +27828,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": "dac879c6fd13f6d4ef6223456c6c1dfc49aaeb32",
"message": "grammar: use inner expressions as appropriate",
"timestamp": "2024-08-15T12:43:59Z",
"url": "https://github.com/rune-rs/rune/commit/dac879c6fd13f6d4ef6223456c6c1dfc49aaeb32"
},
"date": 1723770590797,
"tool": "cargo",
"benches": [
{
"name": "primes/rhai",
"value": 11206797,
"range": "± 175743",
"unit": "ns/iter"
},
{
"name": "primes/rune",
"value": 4787899,
"range": "± 201210",
"unit": "ns/iter"
},
{
"name": "aoc_2020_1a",
"value": 179101,
"range": "± 5975",
"unit": "ns/iter"
},
{
"name": "aoc_2020_1b",
"value": 940741,
"range": "± 4394",
"unit": "ns/iter"
},
{
"name": "aoc_2020_11a",
"value": 248873330,
"range": "± 1389409",
"unit": "ns/iter"
},
{
"name": "aoc_2020_19b",
"value": 224977525,
"range": "± 1885335",
"unit": "ns/iter"
},
{
"name": "brainfuck_hello_world",
"value": 596381,
"range": "± 5915",
"unit": "ns/iter"
},
{
"name": "brainfuck_hello_world2",
"value": 6257329,
"range": "± 63133",
"unit": "ns/iter"
},
{
"name": "brainfuck_fib",
"value": 35509419,
"range": "± 283184",
"unit": "ns/iter"
},
{
"name": "brainfuck_loopity",
"value": 5399834,
"range": "± 171457",
"unit": "ns/iter"
},
{
"name": "fib_15",
"value": 226797,
"range": "± 1586",
"unit": "ns/iter"
},
{
"name": "fib_20",
"value": 2505068,
"range": "± 12300",
"unit": "ns/iter"
},
{
"name": "external_functions",
"value": 348,
"range": "± 4",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 80273c1

Please sign in to comment.