1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-28 20:02:00 +03:00

Added TOI client mode, replced string with const char* in debug calls.

This commit is contained in:
Teemu Ollakka
2018-05-21 16:42:40 +03:00
parent 90f6eb1ecf
commit 646a2b328e
8 changed files with 76 additions and 32 deletions

View File

@ -17,11 +17,11 @@ function run_benchmark()
}
# for servers in 1 2 4 8 16
for servers in 16
for servers in 1 2 4 8 16
# for servers in 16
do
# for clients in 1 2 4 8 16 32
for clients in 4 8 16 32
for clients in 1 2 4 8 16 32
# for clients in 4 8 16 32
do
run_benchmark $servers $clients
done