mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
return benchmark to auto-scale units by default
This commit is contained in:
@ -33,10 +33,10 @@
|
|||||||
/* make the binary always use CSV format: */
|
/* make the binary always use CSV format: */
|
||||||
/* #define WOLFSSL_BENCHMARK_FIXED_CSV */
|
/* #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_GB */
|
||||||
/* #define WOLFSSL_BENCHMARK_FIXED_UNITS_MB */
|
/* #define WOLFSSL_BENCHMARK_FIXED_UNITS_MB */
|
||||||
#define WOLFSSL_BENCHMARK_FIXED_UNITS_KB
|
/* #define WOLFSSL_BENCHMARK_FIXED_UNITS_KB */
|
||||||
/* #define WOLFSSL_BENCHMARK_FIXED_UNITS_B */
|
/* #define WOLFSSL_BENCHMARK_FIXED_UNITS_B */
|
||||||
/* */
|
/* */
|
||||||
/* when the output should be in machine-parseable format: */
|
/* when the output should be in machine-parseable format: */
|
||||||
|
Reference in New Issue
Block a user