1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 21:50:45 +01:00

Benchmark_IO procurement sizes

This commit is contained in:
Antonin Portelli 2020-10-09 21:31:59 +01:00
parent 0e17bd6597
commit 5f893bf9af

View File

@ -2,11 +2,11 @@
#include "Benchmark_IO.hpp" #include "Benchmark_IO.hpp"
#ifndef BENCH_IO_LMIN #ifndef BENCH_IO_LMIN
#define BENCH_IO_LMIN 20 #define BENCH_IO_LMIN 8
#endif #endif
#ifndef BENCH_IO_LMAX #ifndef BENCH_IO_LMAX
#define BENCH_IO_LMAX 30 #define BENCH_IO_LMAX 48
#endif #endif
#ifndef BENCH_IO_NPASS #ifndef BENCH_IO_NPASS