mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-28 04:28:53 -05:00
23 lines
515 B
JSON
23 lines
515 B
JSON
{
|
|
"Servers": [
|
|
{
|
|
"Host": "127.0.0.1",
|
|
"Port": 3307,
|
|
"Server": "dolt",
|
|
"Version": "HEAD",
|
|
"ResultsFormat": "csv",
|
|
"ServerExec": "/Users/vinairachakonda/go/bin/dolt"
|
|
},
|
|
{
|
|
"Server": "mysql",
|
|
"Version": "8.0.22",
|
|
"ResultsFormat": "csv",
|
|
"ServerExec": "/usr/local/bin/mysqld",
|
|
"ConnectionProtocol": "tcp"
|
|
}
|
|
],
|
|
"ScriptDir":"/Users/vinairachakonda/go/src/dolthub/sysbench-tpcc",
|
|
"ScaleFactors": [1],
|
|
"NomsBinFormat": "__DOLT__"
|
|
}
|