Skip to content

Commit a5b48c8

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

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": 1759718213878,
2+
"lastUpdate": 1759804488073,
33
"repoUrl": "https://github.com/powdr-labs/powdr",
44
"entries": {
55
"Benchmarks": [
@@ -406636,6 +406636,34 @@ window.BENCHMARK_DATA = {
406636406636
"unit": "ns/iter"
406637406637
}
406638406638
]
406639+
},
406640+
{
406641+
"commit": {
406642+
"author": {
406643+
"name": "Georg Wiese",
406644+
"username": "georgwiese",
406645+
"email": "[email protected]"
406646+
},
406647+
"committer": {
406648+
"name": "GitHub",
406649+
"username": "web-flow",
406650+
"email": "[email protected]"
406651+
},
406652+
"id": "864495063e51d010c6ed010d6d50aae936cfe2db",
406653+
"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.",
406654+
"timestamp": "2025-10-02T14:30:19Z",
406655+
"url": "https://github.com/powdr-labs/powdr/commit/864495063e51d010c6ed010d6d50aae936cfe2db"
406656+
},
406657+
"date": 1759804485510,
406658+
"tool": "cargo",
406659+
"benches": [
406660+
{
406661+
"name": "optimize-keccak/optimize",
406662+
"value": 15211715926,
406663+
"range": "± 275461238",
406664+
"unit": "ns/iter"
406665+
}
406666+
]
406639406667
}
406640406668
]
406641406669
}

0 commit comments

Comments
 (0)