Skip to content

Commit 5da70b5

Browse files
committed
Change row length to 8192 in BenchmarkBlockSerde to match real workload case
1 parent 406a9e0 commit 5da70b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/trino-main/src/test/java/io/trino/execution/buffer/BenchmarkBlockSerde.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public class BenchmarkBlockSerde
8787
SimdSupportManager.initialize();
8888
}
8989

90-
public static final int ROWS = 10_000_000;
90+
public static final int ROWS = 8192;
9191

9292
@Benchmark
9393
public Object serializeLongDecimal(LongDecimalBenchmarkData data)

0 commit comments

Comments
 (0)