From a45300b15f05b63bb4e314dcbee0e6ffaae82907 Mon Sep 17 00:00:00 2001 From: TXuian <1163589503@qq.com> Date: Fri, 9 Dec 2022 23:27:23 +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 3e705bf8b..6ce3c4c6b 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 20 +#define CPU_MHZ 3 // 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 5 +#define WARMUP_HEAT 10 #define MAGIC_NUMBER 0x7777 typedef struct benchmark_t {