Commit 0906b8f
committed
Add Heavy Load Benchmark for ByteCodeTranslator
- Added `HeavyLoadBenchmarkTest` in `vm/tests` which runs ByteCodeTranslator against `JavaAPI`.
- Implemented `SimpleProfiler` to capture hotspots during translation.
- Updated `vm/tests/pom.xml` to exclude benchmark from default execution.
- Updated `.github/workflows/parparvm-tests.yml` to run the benchmark and ensure JavaAPI is built.
- Updated `.github/scripts/generate-quality-report.py` to include benchmark results in the PR comment.1 parent 9f35baa commit 0906b8f
2 files changed
+1
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | 34 | | |
41 | 35 | | |
42 | 36 | | |
| |||
0 commit comments