Skip to content

Commit 6826e43

Browse files
authored
Pin benchmark colors (#3130)
I'd argue it's more important to easily see which lines are vortex vs parquet vs other, than it is to distinguish between engines which can be done on-hover. And 6 different colours is hard to mentally track.
1 parent 098fcd2 commit 6826e43

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

benchmarks-website/code.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ window.initAndRender = (function () {
55
const MAP = {
66
"datafusion:arrow": '#7a27b1',
77
"datafusion:parquet": '#ef7f1d',
8-
"datafusionvortex": '#23d100',
9-
10-
"duckdb:parquet": '#ef1d24',
11-
"duckdb:vortex": '#0062d1',
12-
"duckdb:duckdb": '#000000',
8+
"datafusion:vortex": '#19a508',
139

10+
"duckdb:parquet": '#985113',
11+
"duckdb:vortex": '#0e5e04',
12+
"duckdb:duckdb": '#87752e',
1413
};
1514

1615
if (MAP[str]) {

0 commit comments

Comments
 (0)