Changed benchmark constant
This commit is contained in:
parent
db3049fd48
commit
f80a193467
@ -79,7 +79,7 @@ public class BenchmarkTests<
|
||||
T785 extends TableRecord<T785>>
|
||||
extends BaseTest<A, AP, B, S, B2S, BS, L, X, DATE, BOOL, D, T, U, UU, I, IPK, T725, T639, T785> {
|
||||
|
||||
private static final int REPETITIONS_NEW_RECORD = 100000000;
|
||||
private static final int REPETITIONS_NEW_RECORD = 1000000;
|
||||
private static final int REPETITIONS_RECORD_INTO = 2000;
|
||||
private static final int REPETITIONS_FIELD_ACCESS = 1000000;
|
||||
private static final int REPETITIONS_SELECT = 100;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user