Skip to content

Commit

Permalink
new names
Browse files Browse the repository at this point in the history
  • Loading branch information
robert3005 committed Aug 12, 2024
1 parent 5fad44b commit c2fb6bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dev/bench/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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]) {
Expand Down

0 comments on commit c2fb6bf

Please sign in to comment.