From c2fb6bfc51477b5fd05823e9fd52d695f9b3714e Mon Sep 17 00:00:00 2001 From: Robert Kruszewski Date: Tue, 13 Aug 2024 00:40:51 +0100 Subject: [PATCH] new names --- dev/bench/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev/bench/index.html b/dev/bench/index.html index 368057ba6d..f1d760fbd8 100644 --- a/dev/bench/index.html +++ b/dev/bench/index.html @@ -146,12 +146,12 @@ function stringToColor(str) { // Random colours are generally pretty disgusting... const MAP = { - "vortex-pushdown-disabled": '#3CD50C', - "vortex-pushdown-enabled": '#7437D0', + "vortex-in-memory-no-pushdown": '#3CD50C', + "vortex-in-memory-pushdown": '#7437D0', "arrow": '#E8A807', "parquet": '#D7B945', - "persistent_compressed_vortex": '#F34B7D', - "persistent_uncompressed_vortex": '#4DBDFB', + "vortex-file-compressed": '#F34B7D', + "vortex-file-uncompressed": '#4DBDFB', }; if (MAP[str]) {