Skip to content

Remove C++11 feature is_sorted and increase time alloted to run bench

Will Usher requested to merge Twinklebear/vtk-m:benchmarks-tweaks into master

I noticed that std::is_sorted is a C++11 only feature and it looks like we're trying to be able to run on pre-C++11 so I've removed it from the benchmarks. I also increased the time a benchmark is allowed to run to 30s since some weren't generating enough statistics due to being terminated for running to long.

Merge request reports