mirror of
https://github.com/apache/druid.git
synced 2025-02-17 07:25:02 +00:00
More param changes
This commit is contained in:
parent
9e6e71616b
commit
20c36644db
@ -98,10 +98,10 @@ import java.util.concurrent.TimeUnit;
|
||||
@Measurement(iterations = 25)
|
||||
public class ScanBenchmark
|
||||
{
|
||||
@Param({"1", "4"})
|
||||
@Param({"2", "4"})
|
||||
private int numSegments;
|
||||
|
||||
@Param({"1", "2"})
|
||||
@Param({"2"})
|
||||
private int numProcessingThreads;
|
||||
|
||||
@Param({"750000"})
|
||||
|
Loading…
x
Reference in New Issue
Block a user