Skip to content

Commit 1b19ac9

Browse files
authored
Reorder (#8305)
reorder Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
1 parent 9a7d966 commit 1b19ac9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks-website/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ const USE_LOCAL_DATA = process.env.USE_LOCAL_DATA === "true";
2525

2626
// Benchmark groups: non-query groups + simple suites + fan-out suites
2727
const GROUPS = [
28-
"Random Access",
2928
"Compression",
3029
"Compression Size",
3130
...QUERY_SUITES.filter((s) => !s.skip && !s.fanOut).map((s) => s.displayName),
31+
"Random Access",
3232
...FAN_OUT_GROUPS,
3333
];
3434

0 commit comments

Comments
 (0)