diff --git a/src/main/resources/io/deephaven/benchmark/run/profile/compare-benchmark-summary.template.svg b/src/main/resources/io/deephaven/benchmark/run/profile/compare-benchmark-summary.template.svg
index fe496a9d..2a7afd00 100644
--- a/src/main/resources/io/deephaven/benchmark/run/profile/compare-benchmark-summary.template.svg
+++ b/src/main/resources/io/deephaven/benchmark/run/profile/compare-benchmark-summary.template.svg
@@ -113,9 +113,9 @@
Filters | ${Deephaven Filter=>op_rate} | ${PyArrow Filter=>op_rate} | ${Pandas Filter=>op_rate} |
- Average By | ${Deephaven Average By=>op_rate} | ${PyArrow Average By=>op_rate} | ${Pandas Average By=>op_rate} |
Distinct | ${Deephaven Distinct=>op_rate} | ${PyArrow Distinct=>op_rate} | ${Pandas Distinct=>op_rate} |
- Inner Join | ${Deephaven Distinct=>op_rate} | ${PyArrow Distinct=>op_rate} | ${Pandas Distinct=>op_rate} |
+ Average By | ${Deephaven Average By=>op_rate} | ${PyArrow Average By=>op_rate} | ${Pandas Average By=>op_rate} |
+ Inner Join | ${Deephaven Inner Join=>op_rate} | ${PyArrow Inner Join=>op_rate} | ${Pandas Inner Join=>op_rate} |
Sort | ${Deephaven Sort=>op_rate} | ${PyArrow Sort=>op_rate} | ${Pandas Sort=>op_rate} |