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 27eb013 commit 5719c20Copy full SHA for 5719c20
core/trino-main/src/test/java/io/trino/execution/buffer/BenchmarkBlockSerde.java
@@ -83,7 +83,7 @@ public class BenchmarkBlockSerde
83
{
84
private static final DecimalType LONG_DECIMAL_TYPE = createDecimalType(30, 5);
85
86
- public static final int ROWS = 10_000_000;
+ public static final int ROWS = 8192;
87
88
@Benchmark
89
public Object serializeLongDecimal(LongDecimalBenchmarkData data)
0 commit comments