diff --git a/APP_Framework/Applications/benchmark/support/support.h b/APP_Framework/Applications/benchmark/support/support.h index 519f7109c..bdf6d1685 100644 --- a/APP_Framework/Applications/benchmark/support/support.h +++ b/APP_Framework/Applications/benchmark/support/support.h @@ -29,7 +29,7 @@ #include #include -#define CPU_MHZ 3 +#define CPU_MHZ 500 // int CPU_MHZ = 500; /* Benchmarks must implement verify_benchmark, which must return -1 if no @@ -64,7 +64,7 @@ static int benchmark(void) __attribute__((noinline)); static int verify_benchmark(int res); // fit embench to run on xiuos's kernels -#define WARMUP_HEAT 0 +#define WARMUP_HEAT 5 #define MAGIC_NUMBER 0x7777 typedef struct benchmark_t {