Skip to content

Commit efca7b3

Browse files
author
github-action-benchmark
committed
add Benchmarks (cargo) benchmark result for 8644950
1 parent d4c5046 commit efca7b3

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

dev/bench/data.js

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1759631927070,
2+
"lastUpdate": 1759718213878,
33
"repoUrl": "https://github.com/powdr-labs/powdr",
44
"entries": {
55
"Benchmarks": [
@@ -406608,6 +406608,34 @@ window.BENCHMARK_DATA = {
406608406608
"unit": "ns/iter"
406609406609
}
406610406610
]
406611+
},
406612+
{
406613+
"commit": {
406614+
"author": {
406615+
"name": "Georg Wiese",
406616+
"username": "georgwiese",
406617+
"email": "[email protected]"
406618+
},
406619+
"committer": {
406620+
"name": "GitHub",
406621+
"username": "web-flow",
406622+
"email": "[email protected]"
406623+
},
406624+
"id": "864495063e51d010c6ed010d6d50aae936cfe2db",
406625+
"message": "Add test for loadb with imm=0 (#3323)\n\nThis test reproduces a missed optimization opportunity, see comment\nbelow. It is also a relevant case, because `loadb` with `imm = 0`\nappears twice in [this\ntest](https://github.com/powdr-labs/powdr/blob/be1dabf7ea9ddf4e1d22c939cd837abff1b2581c/openvm/tests/apc_builder_complex.rs#L64-L74),\nwhich is an often-called basic block in the reth benchmark.",
406626+
"timestamp": "2025-10-02T14:30:19Z",
406627+
"url": "https://github.com/powdr-labs/powdr/commit/864495063e51d010c6ed010d6d50aae936cfe2db"
406628+
},
406629+
"date": 1759718211519,
406630+
"tool": "cargo",
406631+
"benches": [
406632+
{
406633+
"name": "optimize-keccak/optimize",
406634+
"value": 15107128406,
406635+
"range": "± 166369987",
406636+
"unit": "ns/iter"
406637+
}
406638+
]
406611406639
}
406612406640
]
406613406641
}

0 commit comments

Comments
 (0)