mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-15 10:10:50 -06:00
* Option for sysbench perf tests to clone big repo, rather than starting empty * put remove dir back * flag * hanging comma * sysbench canary update
24 lines
501 B
JSON
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
|
|
}
|