Commit cdbedfa4 authored by Jakub Klinkovský's avatar Jakub Klinkovský Committed by Tomáš Oberhuber
Browse files

Benchmarks: set minTime = 0.0 by default due to backwards compatibility

parent 3910154b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -332,7 +332,7 @@ public:

protected:
   int loops = 1;
   double minTime = 1;
   double minTime = 0.0;
   double datasetSize = 0.0;
   double baseTime = 0.0;
   bool timing = true;