From 8c45ff21f7a399e568aacf2bde45486b2d51310d Mon Sep 17 00:00:00 2001 From: TXuian <1163589503@qq.com> Date: Fri, 9 Dec 2022 23:35:09 +0800 Subject: [PATCH] Add Benchmark Sequential --- APP_Framework/Applications/benchmark/support/support.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {