Closed xin3he closed 4 months ago
Warning If you do not have the access to re-run the Probot, please contact XuehaoSun for help. If you push a new commit, all of the workflow will be re-triggered.
Base coverage | PR coverage | Diff | |
---|---|---|---|
Lines | 76.020% | 76.096% | 0.076% |
Branches | 65.111% | 65.176% | 0.065% |
Thank you for your contribution! 💜
Note This comment is automatically generated and will be updates every 180 seconds within the next 6 hours. If you have any other questions, contact chensuyue or XuehaoSun for help.
demo: Multiple Instance Benchmark Summary
The final demo:
Type of Change
feature
Description
incbench
command as entrypoint for ease-of-use benchmarkGeneral Use Cases
incbench main.py
: run 1 instance on NUMA:0.incbench --num_i 2 main.py
: run 2 instances on NUMA:0.incbench --num_c 2 main.py
: run multi-instances with 2 cores per instance on NUMA:0.incbench -C 24-47 main.py
: run 1 instance on COREs:24-47.incbench -C 24-47 --num_c 4 main.py
: run multi-instances with 4 COREs per instance on COREs:24-47.Expected Behavior & Potential Risk
How has this PR been tested?
tested on Ultra7 1003H (1 socket, 6 P-Cores, 8 E-Cores and 2 SoC E-Cores) and cascade lake(2 numa, 24 cores per numa)
Dependency Change?
N/A