diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -130,7 +130,16 @@ Render a delta table PNG: ```bash python3 scripts/render_delta_table.py \ + --title "Fixed RRoG Test Delta vs Classic" \ + --out analysis/fixed_rrog_delta_matrix.png +``` + +Render the ZINC-only row: + +```bash +python3 scripts/render_delta_table.py \ --compute-label fixed-rrog-T1-ns3+trace \ + --label-overrides "" \ --datasets zinc-cycle56 \ --out analysis/zinc_delta_table.png ``` |
