Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for eaae51e
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 28, 2024
1 parent ccb37d1 commit 537cd63
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": 1729992190118,
"lastUpdate": 1730078464703,
"repoUrl": "https://github.com/rune-rs/rune",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -29128,6 +29128,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": "eaae51e96b56a36d89681c6f6c5ccc838580e6f4",
"message": "rune: Fix build",
"timestamp": "2024-10-27T20:25:10Z",
"url": "https://github.com/rune-rs/rune/commit/eaae51e96b56a36d89681c6f6c5ccc838580e6f4"
},
"date": 1730078463837,
"tool": "cargo",
"benches": [
{
"name": "primes/rhai",
"value": 11277566,
"range": "± 600855",
"unit": "ns/iter"
},
{
"name": "primes/rune",
"value": 5833972,
"range": "± 170296",
"unit": "ns/iter"
},
{
"name": "aoc_2020_1a",
"value": 180735,
"range": "± 5499",
"unit": "ns/iter"
},
{
"name": "aoc_2020_1b",
"value": 1039838,
"range": "± 20190",
"unit": "ns/iter"
},
{
"name": "aoc_2020_11a",
"value": 294495549,
"range": "± 1224963",
"unit": "ns/iter"
},
{
"name": "aoc_2020_19b",
"value": 263206216,
"range": "± 3059789",
"unit": "ns/iter"
},
{
"name": "brainfuck_hello_world",
"value": 714665,
"range": "± 4181",
"unit": "ns/iter"
},
{
"name": "brainfuck_hello_world2",
"value": 7632104,
"range": "± 360097",
"unit": "ns/iter"
},
{
"name": "brainfuck_fib",
"value": 42812507,
"range": "± 252921",
"unit": "ns/iter"
},
{
"name": "brainfuck_loopity",
"value": 7010744,
"range": "± 53764",
"unit": "ns/iter"
},
{
"name": "fib_15",
"value": 243768,
"range": "± 1611",
"unit": "ns/iter"
},
{
"name": "fib_20",
"value": 2672008,
"range": "± 25862",
"unit": "ns/iter"
},
{
"name": "external_functions",
"value": 455,
"range": "± 2",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 537cd63

Please sign in to comment.