diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2023-05-13 23:55:28 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2023-05-13 23:55:28 +0200 |
commit | fb9428b248410fe5cdebb3754e91493fbf3e828a (patch) | |
tree | abad9310be347ebba108b147fa81997ceae6b9b0 /source | |
parent | e00840dd0a5e3ce22468b0b46cc8a36e3b0e80f9 (diff) | |
download | kit-fb9428b248410fe5cdebb3754e91493fbf3e828a.zip |
Less default max bechmarks
Diffstat (limited to 'source')
-rw-r--r-- | source/kit_test/bench.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/kit_test/bench.h b/source/kit_test/bench.h index ba3e0f5..f3d71b8 100644 --- a/source/kit_test/bench.h +++ b/source/kit_test/bench.h @@ -13,7 +13,7 @@ extern "C" { #endif #ifndef KIT_BENCHS_SIZE_LIMIT -# define KIT_BENCHS_SIZE_LIMIT 0x1000 +# define KIT_BENCHS_SIZE_LIMIT 200 #endif #ifndef KIT_BENCH_MAX_REPEATS |