Default to 100 iterations to get over any warm up times

This commit is contained in:
Tom Deakin 2016-05-11 11:49:44 +01:00
parent 084d7417b9
commit 5c8b07262b

View File

@ -35,7 +35,7 @@
#endif
unsigned int ARRAY_SIZE = 52428800;
unsigned int num_times = 10;
unsigned int num_times = 100;
unsigned int deviceIndex = 0;
bool use_float = false;