Files
dolt/go/performance/continuous_integration/config.json
Maximilian Hoffman d994df5f5a Option for sysbench perf tests to clone big repo (#3326)
* Option for sysbench perf tests to clone big repo, rather than starting empty

* put remove dir back

* flag

* hanging comma

* sysbench canary update
2022-04-29 11:49:46 -07:00

24 lines
501 B
JSON

{
"Runs": 1,
"Servers": [
{
"Host": "0.0.0.0",
"Port": 4433,
"Server": "dolt",
"Version": "HEAD",
"ResultsFormat": "csv",
"ServerExec": "/usr/local/bin/dolt"
},
{
"Server": "mysql",
"Version": "8.0.22",
"ResultsFormat": "csv",
"ServerExec": "/usr/sbin/mysqld",
"ConnectionProtocol": "unix"
}
],
"ScriptDir":"/sysbench-lua-scripts",
"TestOptions": ["--rand-seed=1", "--table-size=30"],
"InitBigRepo": true
}