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 b8ed667 commit 3c4ad5fCopy full SHA for 3c4ad5f
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