Add Benchmark Sequential

This commit is contained in:
TXuian 2022-12-09 23:29:54 +08:00
parent a45300b15f
commit 2c8fbbcb27
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ static int benchmark(void) __attribute__((noinline));
static int verify_benchmark(int res); static int verify_benchmark(int res);
// fit embench to run on xiuos's kernels // fit embench to run on xiuos's kernels
#define WARMUP_HEAT 10 #define WARMUP_HEAT 0
#define MAGIC_NUMBER 0x7777 #define MAGIC_NUMBER 0x7777
typedef struct benchmark_t { typedef struct benchmark_t {