From 5b685ef183093eb7e39d4e80c33ce31d2b0fec58 Mon Sep 17 00:00:00 2001 From: Daan Leijen Date: Sun, 2 Mar 2025 15:35:12 -0800 Subject: [PATCH] fix test stress --- test/test-stress.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test-stress.c b/test/test-stress.c index bf95a0f5..56aa3228 100644 --- a/test/test-stress.c +++ b/test/test-stress.c @@ -36,7 +36,7 @@ static int ITER = 400; static int THREADS = 8; static int SCALE = 25; static int ITER = 20; -#elif 1 || defined(MI_GUARDED) // with debug guard pages reduce parameters to stay within the azure pipeline limits +#elif defined(MI_GUARDED) // with debug guard pages reduce parameters to stay within the azure pipeline limits static int THREADS = 8; static int SCALE = 10; static int ITER = 10; @@ -331,13 +331,13 @@ int main(int argc, char** argv) { #ifndef NDEBUG mi_debug_show_arenas(); mi_collect(true); - + /* const char* json = mi_stats_get_json(0, NULL); if (json != NULL) { puts(json); mi_free(json); } - + */ #endif mi_stats_print(NULL); #endif