add benchmark to app. TODO: test benchmark.

This commit is contained in:
TXuian 2022-12-07 15:44:38 +08:00
parent fbc7d384f0
commit 4f0c2d23d5
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#include <assert.h> #include <assert.h>
#include <stddef.h> #include <stddef.h>
#define CPU_MHZ 1000 #define CPU_MHZ 1
/* Benchmarks must implement verify_benchmark, which must return -1 if no /* Benchmarks must implement verify_benchmark, which must return -1 if no
verification is done. */ verification is done. */