Skip to content

Commit

Permalink
Increases test size in benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
dsaltares committed Jun 6, 2015
1 parent a6fcfd0 commit 4cbdb49
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ public static enum ComponentType {
public static final int BENCHMARK_ROUNDS = 20;
public static final int WARMUP_ROUNDS = 20;

public static final int ENTITIES_SMALL_TEST = 5000;
public static final int ENTITIES_MEDIUM_TEST = 10000;
public static final int ENTITIES_BIG_TEST = 20000;
public static final int ENTITIES_SMALL_TEST = 10000;
public static final int ENTITIES_MEDIUM_TEST = 20000;
public static final int ENTITIES_BIG_TEST = 50000;

public static final float MIN_RADIUS = 0.1f;
public static final float MAX_RADIUS = 10.0f;
Expand Down

0 comments on commit 4cbdb49

Please sign in to comment.