Use 100 runs by default
This commit is contained in:
parent
08d67b1a62
commit
6832d0e627
@ -13,7 +13,7 @@
|
|||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
|
||||||
static int ncpus = -1;
|
static int ncpus = -1;
|
||||||
static long nruns = 300L;
|
static long nruns = 100L;
|
||||||
static long ntasks_per_cpu = 5000L;
|
static long ntasks_per_cpu = 5000L;
|
||||||
static double taskwork_us = 10.0;
|
static double taskwork_us = 10.0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user