From d8c9a5aa174bdf42638688d6fdba7d9ef620eddc Mon Sep 17 00:00:00 2001 From: gojimmypi Date: Wed, 14 Dec 2022 20:45:44 -0800 Subject: [PATCH] return benchmark to auto-scale units by default --- wolfcrypt/benchmark/benchmark.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wolfcrypt/benchmark/benchmark.c b/wolfcrypt/benchmark/benchmark.c index ad6c32264..fc3e33243 100644 --- a/wolfcrypt/benchmark/benchmark.c +++ b/wolfcrypt/benchmark/benchmark.c @@ -33,10 +33,10 @@ /* make the binary always use CSV format: */ /* #define WOLFSSL_BENCHMARK_FIXED_CSV */ /* */ -/* always use the same units in KB, regardless of scale. pick 1: */ +/* choose to use the same units, regardless of scale. pick 1: */ /* #define WOLFSSL_BENCHMARK_FIXED_UNITS_GB */ /* #define WOLFSSL_BENCHMARK_FIXED_UNITS_MB */ -#define WOLFSSL_BENCHMARK_FIXED_UNITS_KB +/* #define WOLFSSL_BENCHMARK_FIXED_UNITS_KB */ /* #define WOLFSSL_BENCHMARK_FIXED_UNITS_B */ /* */ /* when the output should be in machine-parseable format: */