Skip to content

Commit

Permalink
Version 2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
sm-shaw committed Jun 16, 2017
1 parent 2ea448d commit bc5b05a
Show file tree
Hide file tree
Showing 8 changed files with 449 additions and 95 deletions.
2 changes: 1 addition & 1 deletion agent/hdbagent.tcl
Expand Up @@ -43,7 +43,7 @@ namespace import comm::*
interp recursionlimit {} 3000
global agentlist S iswin
set iswin "false"
set version 2.22
set version 2.23

if {$tcl_platform(platform) == "windows"} {
package require twapi
Expand Down
15 changes: 15 additions & 0 deletions config.xml
Expand Up @@ -31,6 +31,7 @@
<directory>
</directory>
<partition>false</partition>
<hash_clusters>false</hash_clusters>
<tpcc_tt_compat>false</tpcc_tt_compat>
</schema>
<driver>
Expand All @@ -41,6 +42,8 @@
<oradriver>standard</oradriver>
<rampup>2</rampup>
<duration>5</duration>
<allwarehouse>false</allwarehouse>
<timeprofile>false</timeprofile>
</driver>
</tpcc>
<tpch>
Expand Down Expand Up @@ -101,6 +104,8 @@
<mssqlsdriver>standard</mssqlsdriver>
<mssqls_rampup>2</mssqls_rampup>
<mssqls_duration>5</mssqls_duration>
<mssqls_allwarehouse>false</mssqls_allwarehouse>
<mssqls_timeprofile>false</mssqls_timeprofile>
</driver>
</tpcc>
<tpch>
Expand Down Expand Up @@ -144,6 +149,8 @@
<mysqldriver>standard</mysqldriver>
<my_rampup>2</my_rampup>
<my_duration>5</my_duration>
<my_allwarehouse>false</my_allwarehouse>
<my_timeprofile>false</my_timeprofile>
</driver>
</tpcc>
<tpch>
Expand Down Expand Up @@ -193,6 +200,8 @@
<pg_driver>standard</pg_driver>
<pg_rampup>2</pg_rampup>
<pg_duration>5</pg_duration>
<pg_allwarehouse>false</pg_allwarehouse>
<pg_timeprofile>false</pg_timeprofile>
</driver>
</tpcc>
<tpch>
Expand Down Expand Up @@ -239,6 +248,8 @@
<redis_driver>standard</redis_driver>
<redis_rampup>2</redis_rampup>
<redis_duration>5</redis_duration>
<redis_allwarehouse>false</redis_allwarehouse>
<redis_timeprofile>false</redis_timeprofile>
</driver>
</tpcc>
</redis>
Expand Down Expand Up @@ -269,6 +280,8 @@
<trafodion_driver>standard</trafodion_driver>
<trafodion_rampup>2</trafodion_rampup>
<trafodion_duration>5</trafodion_duration>
<trafodion_allwarehouse>false</trafodion_allwarehouse>
<trafodion_timeprofile>false</trafodion_timeprofile>
</driver>
</tpcc>
</trafodion>
Expand All @@ -292,6 +305,8 @@
<db2_rampup>2</db2_rampup>
<db2_duration>5</db2_duration>
<db2_monreport>0</db2_monreport>
<db2_allwarehouse>false</db2_allwarehouse>
<db2_timeprofile>false</db2_timeprofile>
</driver>
</tpcc>
<tpch>
Expand Down
2 changes: 1 addition & 1 deletion hammerdb.tcl
Expand Up @@ -48,7 +48,7 @@ exit
#hdb_go.tcl - Run HammerDB
######################################################################
global hdb_version
set hdb_version "v2.22"
set hdb_version "v2.23"
set mainGeometry +10+10
set UserDefaultDir [ file dirname [ info script ] ]
::tcl::tm::path add "$UserDefaultDir/hdb-modules"
Expand Down

0 comments on commit bc5b05a

Please sign in to comment.