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