Timing changes for github actions to properly perform build/test step.

This commit is contained in:
jeffbanks 2022-11-14 10:39:10 -06:00
parent bb27a6f7fb
commit eb1de8f1d5

View File

@ -18,16 +18,15 @@ 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);