We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 406a9e0 commit 5da70b5Copy full SHA for 5da70b5
core/trino-main/src/test/java/io/trino/execution/buffer/BenchmarkBlockSerde.java
@@ -87,7 +87,7 @@ public class BenchmarkBlockSerde
87
SimdSupportManager.initialize();
88
}
89
90
- public static final int ROWS = 10_000_000;
+ public static final int ROWS = 8192;
91
92
@Benchmark
93
public Object serializeLongDecimal(LongDecimalBenchmarkData data)
0 commit comments