chore: codspeed benchmarks for pr to feat/aot#2183
Conversation
CodSpeed Performance ReportMerging #2183 will degrade performances by 88.78%Comparing
|
| Mode | Benchmark | BASE |
HEAD |
Change | |
|---|---|---|---|---|---|
| ❌ | WallTime | benchmark_execute[bubblesort] |
27.4 ms | 233 ms | -88.22% |
| ❌ | WallTime | benchmark_execute[fibonacci_iterative] |
31.4 ms | 279.5 ms | -88.78% |
| ❌ | WallTime | benchmark_execute[fibonacci_recursive] |
45.1 ms | 380.8 ms | -88.16% |
| ❌ | WallTime | benchmark_execute[keccak256] |
33 ms | 251.4 ms | -86.88% |
| ❌ | WallTime | benchmark_execute[pairing] |
137.8 ms | 225.2 ms | -38.8% |
| ❌ | WallTime | benchmark_execute[quicksort] |
32 ms | 265.3 ms | -87.94% |
| ❌ | WallTime | benchmark_execute[revm_snailtracer] |
16.1 ms | 20.3 ms | -20.67% |
| ❌ | WallTime | benchmark_execute[revm_transfer] |
43.1 ms | 169.2 ms | -74.55% |
| ❌ | WallTime | benchmark_execute[sha256] |
31.1 ms | 249.9 ms | -87.56% |
| ❌ | WallTime | benchmark_execute_metered[bubblesort] |
53 ms | 279.6 ms | -81.06% |
| ❌ | WallTime | benchmark_execute_metered[fibonacci_iterative] |
72.5 ms | 323.4 ms | -77.58% |
| ❌ | WallTime | benchmark_execute_metered[fibonacci_recursive] |
101.4 ms | 456.1 ms | -77.76% |
| ❌ | WallTime | benchmark_execute_metered[keccak256] |
68.9 ms | 302.9 ms | -77.26% |
| ❌ | WallTime | benchmark_execute_metered[pairing] |
156.1 ms | 246.8 ms | -36.77% |
| ❌ | WallTime | benchmark_execute_metered[quicksort] |
60.3 ms | 314.3 ms | -80.82% |
| ❌ | WallTime | benchmark_execute_metered[revm_snailtracer] |
17.1 ms | 21.1 ms | -19% |
| ❌ | WallTime | benchmark_execute_metered[revm_transfer] |
64.1 ms | 201.7 ms | -68.19% |
| ❌ | WallTime | benchmark_execute_metered[sha256] |
67.1 ms | 302.3 ms | -77.79% |
Footnotes
-
No successful run was found on
feat/aot(6b4ab05) during the generation of this report, somain(c2e376e) was used instead as the comparison base. There might be some changes unrelated to this pull request in this report. ↩ -
42 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
This comment has been minimized.
This comment has been minimized.
Commit: 4b88c7d |
* Change workflow to enable codpseed bench with aot features * Run the extension tests with aot feature on * Aot skips `test_load_x0` since it is an untrusted program --------- Co-authored-by: Ubuntu <ubuntu@ip-172-31-18-208.ec2.internal>
* Change workflow to enable codpseed bench with aot features * Run the extension tests with aot feature on * Aot skips `test_load_x0` since it is an untrusted program --------- Co-authored-by: Ubuntu <ubuntu@ip-172-31-18-208.ec2.internal>
test_load_x0since it is an untrusted program