Skip to content

Configuration Refactor #134

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 100 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
100 commits
Select commit Hold shift + click to select a range
844c8f2
working on issue #97
timveil Dec 27, 2021
2d113e9
working on issue #97
timveil Dec 28, 2021
2bf8b46
using strategies to reduce duplication
timveil Dec 28, 2021
fcc1404
more action cleanup to support #97
timveil Dec 28, 2021
ada88ca
fixing action
timveil Dec 28, 2021
63acf8f
seeing if we still need this dependency
timveil Dec 28, 2021
1569f76
reverting dependency removal
timveil Dec 28, 2021
61518dd
starting configuration refactor
timveil Jan 1, 2022
537a460
Merge branch 'main' into issue-97
timveil Jan 1, 2022
fe8a9fe
Merge branch 'issue-97' into config-refactor
timveil Jan 1, 2022
21dd19d
configuration refactor is compiling
timveil Jan 1, 2022
237b920
reducing noisy output during testing
timveil Jan 1, 2022
2250ed3
fixing bug in twitter loader that only showed up with very low scale …
timveil Jan 1, 2022
b1f7cfb
fixing all broken terminals because generic ddl's were wrong
timveil Jan 2, 2022
be76855
removing all these commented out System.err calls
timveil Jan 2, 2022
7704d4f
removing all these `// FOR` comments at the end of loops
timveil Jan 2, 2022
1613553
removing now unnecessary `plugin.xml` and `dialect.xsd`
timveil Jan 2, 2022
44afff9
starting to remove dependencies on old json libraries
timveil Jan 2, 2022
ec54679
working on new config files to support new syntax
timveil Jan 2, 2022
0ff3048
adding database.xsd
timveil Jan 2, 2022
7a0238a
fixing incorrect package
timveil Jan 2, 2022
7470e82
working on cleaning up new config classes and xml. fixing tests
timveil Jan 2, 2022
457b08b
everything compiling
timveil Jan 3, 2022
a1949ea
auctionmark working
timveil Jan 3, 2022
4850179
getting chbenchmark working
timveil Jan 3, 2022
9c0cc0d
getting epinions working
timveil Jan 3, 2022
dbae120
getting hyadapt working
timveil Jan 3, 2022
cc1c4a9
renaming dialects
timveil Jan 3, 2022
3278638
moving dialects
timveil Jan 3, 2022
6a61c27
first pass at dialect xsd application
timveil Jan 3, 2022
202ee7f
adding prodecures to dialects
timveil Jan 3, 2022
064b53d
making all dialects valid
timveil Jan 3, 2022
841f304
refactoring statmentsdialects to use new dialect xml location
timveil Jan 3, 2022
8e805a2
fixing broken logic
timveil Jan 3, 2022
bd55a2f
adding logging
timveil Jan 3, 2022
07d07dd
adding logging
timveil Jan 3, 2022
92354e9
cleaning up logging
timveil Jan 3, 2022
15cf4ed
seats working
timveil Jan 3, 2022
d665a69
sibench working
timveil Jan 3, 2022
52fd4d8
smallbank working
timveil Jan 3, 2022
b6b40fa
tatp working
timveil Jan 3, 2022
3e5e71d
tpcc working
timveil Jan 3, 2022
78ea253
tpch working; updating xml tag
timveil Jan 3, 2022
0e60d8b
tpch reducing sample scalefactor
timveil Jan 3, 2022
65051a1
update logging
timveil Jan 3, 2022
528e0e4
fixing tpch, refactoring private methods of workload
timveil Jan 3, 2022
b98e18c
fixing twitter
timveil Jan 3, 2022
d135bb5
fixing vote
timveil Jan 3, 2022
4e03312
fixing wikipedia
timveil Jan 3, 2022
94b72c9
toning down logging in jsonutil
timveil Jan 3, 2022
1ade84e
ycsb working
timveil Jan 3, 2022
cd7b87e
fixing wikipedia to eliminate all those unnecessary abort warnings/er…
timveil Feb 28, 2022
1eb64fe
updating mvn wrapper versions
timveil Feb 28, 2022
3da58b0
fixing broken test
timveil Mar 1, 2022
08ee6b6
Merge branch 'cmu-db:main' into main
timveil Mar 3, 2022
c17cc42
Merge branch 'cmu-db:main' into main
timveil Mar 3, 2022
77b7fd6
Merge branch 'cmu-db:main' into main
timveil Mar 3, 2022
2833576
Merge branch 'cmu-db:main' into main
timveil Mar 3, 2022
c9e9d06
Merge branch 'cmu-db:main' into main
timveil Mar 3, 2022
886a8dc
Merge branch 'main' into config-refactor
timveil Mar 3, 2022
0d60ff3
fixing pom after merge
timveil Mar 3, 2022
b9a1298
fixing tpch loader given config changes
timveil Mar 3, 2022
3e45471
adding required cascade to tpch generic ddl
timveil Mar 4, 2022
555d397
fixing type name in phoenix dialect
timveil Mar 4, 2022
82b74d3
better logging for missing dialect file warn message
timveil Mar 4, 2022
14a6840
better logging for missing dialect file warn message
timveil Mar 4, 2022
ed4d1b7
adding hsqldb db config and fixing broken test
timveil Mar 4, 2022
d4d35f3
moving some logic to private methods
timveil Mar 7, 2022
4aed904
removed broken dialect file as originally noted in #98
timveil Mar 8, 2022
f76f7cb
related to fix #130 on main branch
timveil Mar 11, 2022
babf11f
Merge branch 'main' into config-refactor
timveil Mar 11, 2022
0e30759
improving readme for new config
timveil Mar 11, 2022
ec924d2
swapping names for classname
timveil Mar 13, 2022
1718bc8
lets make variables private
timveil Mar 14, 2022
b76f728
fixing broken tests
timveil Mar 14, 2022
de81aa7
fixing broken github action runs
timveil Mar 14, 2022
530c3f8
fixed missing closing xml element on auctionmark.xml
timveil Mar 14, 2022
c16650a
updating some documentation on wsd files. reducing logging output bac…
timveil Mar 14, 2022
8c94797
updating all intellij run files
timveil Mar 15, 2022
ecda68e
updating intellij run configs
timveil Mar 15, 2022
76917cf
removing old TPCH data files and dockerfile which are no longer neede…
timveil Mar 15, 2022
9e852db
Update README.md
timveil Mar 17, 2022
dadacce
Update config/workload/workload.xsd
timveil Mar 17, 2022
57b59ed
Update src/main/java/com/oltpbenchmark/ThreadBench.java
timveil Mar 17, 2022
db7faba
adding validation to phase load
timveil Mar 18, 2022
d52e182
adding validation to phase load
timveil Mar 18, 2022
f1d91b5
Merge branch 'main' into config-refactor
timveil Apr 19, 2022
153e355
resolving conflicts in merge. all tests passing
timveil Apr 27, 2022
f3e3950
all tests are working
timveil Apr 27, 2022
9f6d2e1
resolving latest round of conflicts
timveil Apr 27, 2022
25d9b09
removing unused dialect files and replacing with new format
timveil Apr 27, 2022
2535ca7
atttempting to fix sql server github actions
timveil Apr 27, 2022
79edc71
fixing mysql docker example, making attributes private
timveil Apr 27, 2022
e1ff172
fixing sometimes broken wikipedia tests... hsqldb schema not correct …
timveil Apr 28, 2022
46129b9
working on fixing flaky wikipedia integration test
timveil Apr 28, 2022
f55caaa
making wikipedia benchmark less prone to integrity constraint violations
timveil Apr 28, 2022
0cfa6e5
using anonymous constant
timveil Apr 28, 2022
1a80131
cleaning up GetPageAuthenticated
timveil Apr 28, 2022
95587b4
making wikipedia benchmark less prone to integrity constraint violations
timveil Apr 28, 2022
2391086
making wikipedia benchmark less prone to integrity constraint violations
timveil Apr 29, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
14 changes: 7 additions & 7 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
MARIADB_PORT: ${{ job.services.mariadb.ports[3306] }}
run: |
mysql -h127.0.0.1 -P$MARIADB_PORT -uadmin -ppassword -e "DROP DATABASE IF EXISTS benchbase; CREATE DATABASE benchbase"
java -jar benchbase.jar -b ${{matrix.benchmark}} -c config/mariadb/sample_${{matrix.benchmark}}_config.xml --create=true --load=true --execute=true
java -jar benchbase.jar -d config/db/mariadb.xml -w config/workload/${{matrix.benchmark}}.xml --create=true --load=true --execute=true

mysql:
needs: package-and-upload
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
MYSQL_PORT: ${{ job.services.mysql.ports[3306] }}
run: |
mysql -h127.0.0.1 -P$MYSQL_PORT -uadmin -ppassword -e "DROP DATABASE IF EXISTS benchbase; CREATE DATABASE benchbase"
java -jar benchbase.jar -b ${{matrix.benchmark}} -c config/mysql/sample_${{matrix.benchmark}}_config.xml --create=true --load=true --execute=true
java -jar benchbase.jar -d config/db/mysql.xml -w config/workload/${{matrix.benchmark}}.xml --create=true --load=true --execute=true


postgresql:
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
run: |
PGPASSWORD=password dropdb -h localhost -U admin benchbase --if-exists
PGPASSWORD=password createdb -h localhost -U admin benchbase
java -jar benchbase.jar -b ${{matrix.benchmark}} -c config/postgres/sample_${{matrix.benchmark}}_config.xml --create=true --load=true --execute=true
java -jar benchbase.jar -d config/db/postgres.xml -w config/workload/${{matrix.benchmark}}.xml --create=true --load=true --execute=true

cockroachdb:
needs: package-and-upload
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:

- name: Run benchmark
run: |
java -jar benchbase.jar -b ${{matrix.benchmark}} -c config/cockroachdb/sample_${{matrix.benchmark}}_config.xml --create=true --load=true --execute=true
java -jar benchbase.jar -d config/db/cockroachdb.xml -w config/workload/${{matrix.benchmark}}.xml --create=true --load=true --execute=true

sqlserver:
needs: package-and-upload
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
uses: docker://mcr.microsoft.com/mssql-tools:latest
with:
entrypoint: /opt/mssql-tools/bin/sqlcmd
args: -U sa -P SApassword1 -S sqlserver -b -Q "CREATE DATABASE benchbase_${{ matrix.benchmark }};"
args: -U sa -P SApassword1 -S sqlserver -b -Q "CREATE DATABASE benchbase;"

- name: Setup login
uses: docker://mcr.microsoft.com/mssql-tools:latest
Expand All @@ -300,9 +300,9 @@ jobs:
uses: docker://mcr.microsoft.com/mssql-tools:latest
with:
entrypoint: /opt/mssql-tools/bin/sqlcmd
args: -U sa -P SApassword1 -S sqlserver -b -Q "USE benchbase_${{ matrix.benchmark }}; CREATE USER benchuser01 FROM LOGIN benchuser01; EXEC sp_addrolemember 'db_owner', 'benchuser01';"
args: -U sa -P SApassword1 -S sqlserver -b -Q "USE benchbase; CREATE USER benchuser01 FROM LOGIN benchuser01; EXEC sp_addrolemember 'db_owner', 'benchuser01';"

- name: Run benchmark
# Note: user/pass should match those used in sample configs.
run: |
java -jar benchbase.jar -b ${{matrix.benchmark}} -c config/sqlserver/sample_${{matrix.benchmark}}_config.xml --create=true --load=true --execute=true
java -jar benchbase.jar -d config/db/sqlserver.xml -w config/workload/${{matrix.benchmark}}.xml --create=true --load=true --execute=true
2 changes: 1 addition & 1 deletion .run/auctionmark - crdb.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="auctionmark - crdb" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="com.oltpbenchmark.DBWorkload" />
<module name="benchbase" />
<option name="PROGRAM_PARAMETERS" value="-b auctionmark -c config/cockroachdb/sample_auctionmark_config.xml --create=true --load=true --execute=true" />
<option name="PROGRAM_PARAMETERS" value="-d config/db/cockroachdb.xml -w config/workload/auctionmark.xml --create=true --load=true --execute=true"/>
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.oltpbenchmark.*" />
Expand Down
2 changes: 1 addition & 1 deletion .run/auctionmark - mysql.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="auctionmark - mysql" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="com.oltpbenchmark.DBWorkload" />
<module name="benchbase" />
<option name="PROGRAM_PARAMETERS" value="-b auctionmark -c config/mysql/sample_auctionmark_config.xml --create=true --load=true --execute=true" />
<option name="PROGRAM_PARAMETERS" value="-d config/db/mysql.xml -w config/workload/auctionmark.xml --create=true --load=true --execute=true"/>
<option name="VM_PARAMETERS" value="-Xmx4g" />
<extension name="coverage">
<pattern>
Expand Down
2 changes: 1 addition & 1 deletion .run/auctionmark - postgres.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="auctionmark - postgres" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="com.oltpbenchmark.DBWorkload" />
<module name="benchbase" />
<option name="PROGRAM_PARAMETERS" value="-b auctionmark -c config/postgres/sample_auctionmark_config.xml --create=true --load=true --execute=true" />
<option name="PROGRAM_PARAMETERS" value="-d config/db/postgres.xml -w config/workload/auctionmark.xml --create=true --load=true --execute=true"/>
<option name="VM_PARAMETERS" value="-Xmx4g" />
<extension name="coverage">
<pattern>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="chbenchmark - crdb" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="com.oltpbenchmark.DBWorkload" />
<module name="benchbase" />
<option name="PROGRAM_PARAMETERS" value="-b tpcc,chbenchmark -c config/cockroachdb/sample_chbenchmark_config.xml --create=true --load=true --execute=true" />
<option name="PROGRAM_PARAMETERS" value="-d config/db/cockroachdb.xml -w config/workload/chbenchmark.xml --create=true --load=true --execute=true"/>
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.oltpbenchmark.*" />
Expand Down
2 changes: 1 addition & 1 deletion .run/chbenchmark - mysql.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="chbenchmark - mysql" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="com.oltpbenchmark.DBWorkload" />
<module name="benchbase" />
<option name="PROGRAM_PARAMETERS" value="-b tpcc,chbenchmark -c config/mysql/sample_chbenchmark_config.xml --create=true --load=true --execute=true" />
<option name="PROGRAM_PARAMETERS" value="-d config/db/mysql.xml -w config/workload/chbenchmark.xml --create=true --load=true --execute=true"/>
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.oltpbenchmark.*" />
Expand Down
2 changes: 1 addition & 1 deletion .run/chbenchmark - postgres.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="chbenchmark - postgres" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="com.oltpbenchmark.DBWorkload" />
<module name="benchbase" />
<option name="PROGRAM_PARAMETERS" value="-b tpcc,chbenchmark -c config/postgres/sample_chbenchmark_config.xml --create=true --load=true --execute=true" />
<option name="PROGRAM_PARAMETERS" value="-d config/db/postgres.xml -w config/workload/chbenchmark.xml --create=true --load=true --execute=true"/>
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.oltpbenchmark.*" />
Expand Down
2 changes: 1 addition & 1 deletion .run/epinions.run.xml → .run/epinions - crdb.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="epinions - crdb" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="com.oltpbenchmark.DBWorkload" />
<module name="benchbase" />
<option name="PROGRAM_PARAMETERS" value="-b epinions -c config/cockroachdb/sample_epinions_config.xml --create=true --load=true --execute=true" />
<option name="PROGRAM_PARAMETERS" value="-d config/db/cockroachdb.xml -w config/workload/epinions.xml --create=true --load=true --execute=true"/>
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.oltpbenchmark.*" />
Expand Down
2 changes: 1 addition & 1 deletion .run/epinions - mysql.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="epinions - mysql" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="com.oltpbenchmark.DBWorkload" />
<module name="benchbase" />
<option name="PROGRAM_PARAMETERS" value="-b epinions -c config/mysql/sample_epinions_config.xml --create=true --load=true --execute=true" />
<option name="PROGRAM_PARAMETERS" value="-d config/db/mysql.xml -w config/workload/epinions.xml --create=true --load=true --execute=true"/>
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.oltpbenchmark.*" />
Expand Down
2 changes: 1 addition & 1 deletion .run/epinions - postgres.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="epinions - postgres" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="com.oltpbenchmark.DBWorkload" />
<module name="benchbase" />
<option name="PROGRAM_PARAMETERS" value="-b epinions -c config/postgres/sample_epinions_config.xml --create=true --load=true --execute=true" />
<option name="PROGRAM_PARAMETERS" value="-d config/db/postgres.xml -w config/workload/epinions.xml --create=true --load=true --execute=true"/>
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.oltpbenchmark.*" />
Expand Down
2 changes: 1 addition & 1 deletion .run/noop.run.xml → .run/noop - crdb.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="noop - crdb" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="com.oltpbenchmark.DBWorkload" />
<module name="benchbase" />
<option name="PROGRAM_PARAMETERS" value="-b noop -c config/cockroachdb/sample_noop_config.xml --create=true --load=true --execute=true" />
<option name="PROGRAM_PARAMETERS" value="-d config/db/cockroachdb.xml -w config/workload/noop.xml --create=true --load=true --execute=true"/>
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.oltpbenchmark.*" />
Expand Down
2 changes: 1 addition & 1 deletion .run/noop - mysql.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="noop - mysql" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="com.oltpbenchmark.DBWorkload" />
<module name="benchbase" />
<option name="PROGRAM_PARAMETERS" value="-b noop -c config/mysql/sample_noop_config.xml --create=true --load=true --execute=true" />
<option name="PROGRAM_PARAMETERS" value="-d config/db/mysql.xml -w config/workload/noop.xml --create=true --load=true --execute=true"/>
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.oltpbenchmark.*" />
Expand Down
2 changes: 1 addition & 1 deletion .run/noop - postgres.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="noop - postgres" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="com.oltpbenchmark.DBWorkload" />
<module name="benchbase" />
<option name="PROGRAM_PARAMETERS" value="-b noop -c config/postgres/sample_noop_config.xml --create=true --load=true --execute=true" />
<option name="PROGRAM_PARAMETERS" value="-d config/db/postgres.xml -w config/workload/noop.xml --create=true --load=true --execute=true"/>
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.oltpbenchmark.*" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="resourcestresser - crdb" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="com.oltpbenchmark.DBWorkload" />
<module name="benchbase" />
<option name="PROGRAM_PARAMETERS" value="-b resourcestresser -c config/cockroachdb/sample_resourcestresser_config.xml --create=true --load=true --execute=true" />
<option name="PROGRAM_PARAMETERS" value="-d config/db/cockroachdb.xml -w config/workload/resourcestresser.xml --create=true --load=true --execute=true"/>
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.oltpbenchmark.*" />
Expand Down
2 changes: 1 addition & 1 deletion .run/resourcestresser - mysql.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="resourcestresser - mysql" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="com.oltpbenchmark.DBWorkload" />
<module name="benchbase" />
<option name="PROGRAM_PARAMETERS" value="-b resourcestresser -c config/mysql/sample_resourcestresser_config.xml --create=true --load=true --execute=true" />
<option name="PROGRAM_PARAMETERS" value="-d config/db/mysql.xml -w config/workload/resourcestresser.xml --create=true --load=true --execute=true"/>
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.oltpbenchmark.*" />
Expand Down
2 changes: 1 addition & 1 deletion .run/resourcestresser - postgres.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="resourcestresser - postgres" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="com.oltpbenchmark.DBWorkload" />
<module name="benchbase" />
<option name="PROGRAM_PARAMETERS" value="-b resourcestresser -c config/postgres/sample_resourcestresser_config.xml --create=true --load=true --execute=true" />
<option name="PROGRAM_PARAMETERS" value="-d config/db/postgres.xml -w config/workload/resourcestresser.xml --create=true --load=true --execute=true"/>
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.oltpbenchmark.*" />
Expand Down
2 changes: 1 addition & 1 deletion .run/seats.run.xml → .run/seats - crdb.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="seats - crdb" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="com.oltpbenchmark.DBWorkload" />
<module name="benchbase" />
<option name="PROGRAM_PARAMETERS" value="-b seats -c config/cockroachdb/sample_seats_config.xml --create=true --load=true --execute=true" />
<option name="PROGRAM_PARAMETERS" value="-d config/db/cockroachdb.xml -w config/workload/seats.xml --create=true --load=true --execute=true"/>
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.oltpbenchmark.*" />
Expand Down
2 changes: 1 addition & 1 deletion .run/seats - mysql.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="seats - mysql" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="com.oltpbenchmark.DBWorkload" />
<module name="benchbase" />
<option name="PROGRAM_PARAMETERS" value="-b seats -c config/mysql/sample_seats_config.xml --create=true --load=true --execute=true" />
<option name="PROGRAM_PARAMETERS" value="-d config/db/mysql.xml -w config/workload/seats.xml --create=true --load=true --execute=true"/>
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.oltpbenchmark.*" />
Expand Down
2 changes: 1 addition & 1 deletion .run/seats - postgres.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="seats - postgres" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="com.oltpbenchmark.DBWorkload" />
<module name="benchbase" />
<option name="PROGRAM_PARAMETERS" value="-b seats -c config/postgres/sample_seats_config.xml --create=true --load=true --execute=true" />
<option name="PROGRAM_PARAMETERS" value="-d config/db/postgres.xml -w config/workload/seats.xml --create=true --load=true --execute=true"/>
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.oltpbenchmark.*" />
Expand Down
2 changes: 1 addition & 1 deletion .run/sibench.run.xml → .run/sibench - crdb.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="sibench - crdb" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="com.oltpbenchmark.DBWorkload" />
<module name="benchbase" />
<option name="PROGRAM_PARAMETERS" value="-b sibench -c config/cockroachdb/sample_sibench_config.xml --create=true --load=true --execute=true" />
<option name="PROGRAM_PARAMETERS" value="-d config/db/cockroachdb.xml -w config/workload/sibench.xml --create=true --load=true --execute=true"/>
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.oltpbenchmark.*" />
Expand Down
2 changes: 1 addition & 1 deletion .run/sibench - mysql.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="sibench - mysql" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="com.oltpbenchmark.DBWorkload" />
<module name="benchbase" />
<option name="PROGRAM_PARAMETERS" value="-b sibench -c config/mysql/sample_sibench_config.xml --create=true --load=true --execute=true" />
<option name="PROGRAM_PARAMETERS" value="-d config/db/mysql.xml -w config/workload/sibench.xml --create=true --load=true --execute=true"/>
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.oltpbenchmark.*" />
Expand Down
2 changes: 1 addition & 1 deletion .run/sibench - postgres.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="sibench - postgres" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="com.oltpbenchmark.DBWorkload" />
<module name="benchbase" />
<option name="PROGRAM_PARAMETERS" value="-b sibench -c config/postgres/sample_sibench_config.xml --create=true --load=true --execute=true" />
<option name="PROGRAM_PARAMETERS" value="-d config/db/postgres.xml -w config/workload/sibench.xml --create=true --load=true --execute=true"/>
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.oltpbenchmark.*" />
Expand Down
2 changes: 1 addition & 1 deletion .run/smallbank.run.xml → .run/smallbank - crdb.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="smallbank - crdb" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="com.oltpbenchmark.DBWorkload" />
<module name="benchbase" />
<option name="PROGRAM_PARAMETERS" value="-b smallbank -c config/cockroachdb/sample_smallbank_config.xml --create=true --load=true --execute=true" />
<option name="PROGRAM_PARAMETERS" value="-d config/db/cockroachdb.xml -w config/workload/smallbank.xml --create=true --load=true --execute=true"/>
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.oltpbenchmark.*" />
Expand Down
2 changes: 1 addition & 1 deletion .run/smallbank - mysql.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="smallbank - mysql" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="com.oltpbenchmark.DBWorkload" />
<module name="benchbase" />
<option name="PROGRAM_PARAMETERS" value="-b smallbank -c config/mysql/sample_smallbank_config.xml --create=true --load=true --execute=true" />
<option name="PROGRAM_PARAMETERS" value="-d config/db/mysql.xml -w config/workload/smallbank.xml --create=true --load=true --execute=true"/>
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.oltpbenchmark.*" />
Expand Down
2 changes: 1 addition & 1 deletion .run/smallbank - postgres.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="smallbank - postgres" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="com.oltpbenchmark.DBWorkload" />
<module name="benchbase" />
<option name="PROGRAM_PARAMETERS" value="-b smallbank -c config/postgres/sample_smallbank_config.xml --create=true --load=true --execute=true" />
<option name="PROGRAM_PARAMETERS" value="-d config/db/postgres.xml -w config/workload/smallbank.xml --create=true --load=true --execute=true"/>
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.oltpbenchmark.*" />
Expand Down
2 changes: 1 addition & 1 deletion .run/tatp.run.xml → .run/tatp - crdb.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="tatp - crdb" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="com.oltpbenchmark.DBWorkload" />
<module name="benchbase" />
<option name="PROGRAM_PARAMETERS" value="-b tatp -c config/cockroachdb/sample_tatp_config.xml --create=true --load=true --execute=true" />
<option name="PROGRAM_PARAMETERS" value="-d config/db/cockroachdb.xml -w config/workload/tatp.xml --create=true --load=true --execute=true"/>
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.oltpbenchmark.*" />
Expand Down
2 changes: 1 addition & 1 deletion .run/tatp - mysql.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration default="false" name="tatp - mysql" type="Application" factoryName="Application">
<option name="MAIN_CLASS_NAME" value="com.oltpbenchmark.DBWorkload" />
<module name="benchbase" />
<option name="PROGRAM_PARAMETERS" value="-b tatp -c config/mysql/sample_tatp_config.xml --create=true --load=true --execute=true" />
<option name="PROGRAM_PARAMETERS" value="-d config/db/mysql.xml -w config/workload/tatp.xml --create=true --load=true --execute=true"/>
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.oltpbenchmark.*" />
Expand Down
Loading