Changed benchmark constant

This commit is contained in:
Lukas Eder 2013-02-09 12:18:10 +01:00
parent db3049fd48
commit f80a193467

View File

@ -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;