Commit 4006469
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 `.github/workflows/parparvm-tests.yml` to run the benchmark and ensure JavaAPI is built, exclude benchmark from standard tests, and build dependencies for benchmark.
- Updated `.github/scripts/generate-quality-report.py` to include benchmark results in the PR comment.1 parent ba07dc3 commit 4006469
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments