Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 9cf1e37
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 6, 2023
1 parent eedd794 commit a2a6712
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": 1696208482916,
"lastUpdate": 1696554050279,
"repoUrl": "https://github.com/rune-rs/rune",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -22792,6 +22792,94 @@ 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": "9cf1e3787755d20c6594ef4b7d9d579cfb74f22b",
"message": "Internal Context restructuring",
"timestamp": "2023-10-05T12:53:45Z",
"url": "https://github.com/rune-rs/rune/commit/9cf1e3787755d20c6594ef4b7d9d579cfb74f22b"
},
"date": 1696554049222,
"tool": "cargo",
"benches": [
{
"name": "aoc_2020_1a",
"value": 268108,
"range": "± 24077",
"unit": "ns/iter"
},
{
"name": "aoc_2020_1b",
"value": 891442,
"range": "± 1944",
"unit": "ns/iter"
},
{
"name": "aoc_2020_11a",
"value": 404036100,
"range": "± 760794",
"unit": "ns/iter"
},
{
"name": "aoc_2020_19b",
"value": 238901467,
"range": "± 684771",
"unit": "ns/iter"
},
{
"name": "brainfuck_hello_world",
"value": 1185764,
"range": "± 1873",
"unit": "ns/iter"
},
{
"name": "brainfuck_hello_world2",
"value": 12656002,
"range": "± 28731",
"unit": "ns/iter"
},
{
"name": "brainfuck_fib",
"value": 67830335,
"range": "± 207658",
"unit": "ns/iter"
},
{
"name": "brainfuck_loopity",
"value": 10892166,
"range": "± 22590",
"unit": "ns/iter"
},
{
"name": "fib_15",
"value": 456267,
"range": "± 1716",
"unit": "ns/iter"
},
{
"name": "fib_20",
"value": 5069305,
"range": "± 2262",
"unit": "ns/iter"
},
{
"name": "external_functions",
"value": 773,
"range": "± 1",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit a2a6712

Please sign in to comment.