update benchmark

This commit is contained in:
hans.dembinski@gmail.com
2017-04-11 10:59:20 +02:00
parent 01331feffa
commit 76d1621ccd
4 changed files with 79 additions and 52 deletions

View File

@@ -85,8 +85,6 @@ template <typename Histogram> double compare_6d(unsigned n, int distrib) {
auto best = std::numeric_limits<double>::max();
for (unsigned k = 0; k < 50; ++k) {
double x[6];
auto h = Histogram(regular_axis<>(10, 0, 1), regular_axis<>(10, 0, 1),
regular_axis<>(10, 0, 1), regular_axis<>(10, 0, 1),
regular_axis<>(10, 0, 1), regular_axis<>(10, 0, 1));