testGetPerformance: actually called configure to enable USER_CONTROLLED flush

This commit is contained in:
Matej Sekoranja
2013-04-25 09:00:17 +02:00
parent 116c9f40e1
commit f7dcb95d7b

View File

@@ -308,6 +308,7 @@ void runTest()
PVStructure::shared_pointer configuration =
getPVDataCreate()->createPVStructure(getFieldCreate()->createStructure(fieldNames, fields));
configuration->getIntField("strategy")->put(bulkMode ? USER_CONTROLED : DELAYED);
provider->configure(configuration);
vector<string> channelNames;
char buf[64];