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