mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
make example/test script more robust for meager github actions environment
This commit is contained in:
parent
7c1fb19632
commit
b2f74d3292
@ -18,16 +18,14 @@ activitydef = {
|
||||
"alias" : "testhistostatslogger",
|
||||
"driver" : "diag",
|
||||
"cycles" : "50000",
|
||||
"threads" : "20",
|
||||
"interval" : "2000",
|
||||
"targetrate" : "10000.0",
|
||||
"threads" : "5",
|
||||
"rate" : "100.0",
|
||||
"op" : "noop"
|
||||
};
|
||||
|
||||
histostatslogger.logHistoStats("testing extention histostatslogger", ".*", "logs/histostats.csv", "0.5s");
|
||||
print("started logging to logs/histostats.csv for all metrics at 1/2" +
|
||||
" second intervals.");
|
||||
|
||||
scenario.start(activitydef);
|
||||
scenario.waitMillis(2000);
|
||||
scenario.waitMillis(4000);
|
||||
scenario.stop(activitydef);
|
||||
|
Loading…
Reference in New Issue
Block a user