add benchmark to app. TODO: test benchmark.

This commit is contained in:
TXuian 2022-12-07 16:10:49 +08:00
parent 4783f3019b
commit 2c81284bed
1 changed files with 1 additions and 1 deletions

View File

@ -20,8 +20,8 @@
#ifdef RAND_MAX
#undef RAND_MAX
#define RAND_MAX ((1U << 15) - 1)
#endif
#define RAND_MAX ((1U << 15) - 1)
/* Common understanding of a "small value" (epsilon) for floating point
comparisons. */