From 4f0c2d23d5647140bb377c557eda3ca04489d32c Mon Sep 17 00:00:00 2001 From: TXuian <1163589503@qq.com> Date: Wed, 7 Dec 2022 15:44:38 +0800 Subject: [PATCH] add benchmark to app. TODO: test benchmark. --- APP_Framework/Applications/benchmark/support/support.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APP_Framework/Applications/benchmark/support/support.h b/APP_Framework/Applications/benchmark/support/support.h index ea7530dbd..ea7a8fa4d 100644 --- a/APP_Framework/Applications/benchmark/support/support.h +++ b/APP_Framework/Applications/benchmark/support/support.h @@ -28,7 +28,7 @@ #include #include -#define CPU_MHZ 1000 +#define CPU_MHZ 1 /* Benchmarks must implement verify_benchmark, which must return -1 if no verification is done. */