topic 17 LinearScanAllocator Benchmark - #42
Conversation
🤖 AI Code Review
📁
|
| --output-md report.md | ||
|
|
||
| # 单独运行某项 | ||
| python benchmarks/test_regalloc/bench_simple.py --repeats 100 |
…benchmark.py' to 'bench_regalloc_linear.py'
19bbcd4 to
6340168
Compare
|
|
||
| # 单独运行某项 | ||
| python benchmarks/test_regalloc/bench_simple.py --repeats 100 | ||
| python benchmarks/test_regalloc/bench_dense.py --repeats 50 |
| # 单独运行某项 | ||
| python benchmarks/test_regalloc/bench_simple.py --repeats 100 | ||
| python benchmarks/test_regalloc/bench_dense.py --repeats 50 | ||
| python benchmarks/test_regalloc/bench_cnn.py \ |
There was a problem hiding this comment.
集成到.github/workflows/ci.yml line143
- Run full test_regalloc suite (simple/dense/cnn + LLVM comparison) in benchmark job, emitting JSON/HTML/MD reports to benchmark_reports/ - Append markdown report to GITHUB_STEP_SUMMARY so it renders in the Actions run page summary - HTML/JSON reports uploaded as artifact, and deployed to GitHub Pages on main
65b2632 to
2fac8f5
Compare
依据设计文档,设计了三个Benchmark:
可能的问题:
Benchmark是基于v1.3的寄存器分配算法设计(PR#37),但是目前PR还未合并到主线