summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8aa9357..511e4a7 100644
--- a/README.md
+++ b/README.md
@@ -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
```