Skip to content

Commit

Permalink
Added TIMESTEN
Browse files Browse the repository at this point in the history
  • Loading branch information
apavlo committed May 18, 2015
1 parent aa8b9b7 commit 8c0f5a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/com/oltpbenchmark/types/DatabaseType.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ public enum DatabaseType {
HSQLDB,
H2,
MONETDB,
NUODB
NUODB,
TIMESTEN
;

public static final DatabaseType TEST_TYPE = DatabaseType.HSQLDB;
Expand Down

0 comments on commit 8c0f5a5

Please sign in to comment.