Skip to content

Commit

Permalink
/go/performance/utils/benchmark_runner: add mysql socket
Browse files Browse the repository at this point in the history
  • Loading branch information
coffeegoddd committed Feb 15, 2024
1 parent 2b8341c commit 7d34729
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go/performance/utils/benchmark_runner/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ func TestDoltMysqlSysbenchRunner(t *testing.T) {
ServerUser: "root",
SkipLogBin: true,
ConnectionProtocol: "unix",
Socket: "/home/tester/.mysql/mysqld.sock",
},
},
ScriptDir: "/sysbench-lua-scripts",
Expand Down Expand Up @@ -255,6 +256,7 @@ func TestDoltMysqlTpccRunner(t *testing.T) {
ServerUser: "root",
SkipLogBin: true,
ConnectionProtocol: "unix",
Socket: "/home/tester/.mysql/mysqld.sock",
},
},
ScriptDir: "/sysbench-tpcc",
Expand Down

0 comments on commit 7d34729

Please sign in to comment.