forked from wolfSSL/wolfssl
Remove redundant macro
This commit is contained in:
@ -2369,11 +2369,7 @@ static void bench_stats_asym_finish_ex(const char* algo, int strength,
|
|||||||
printf("%sAlgorithm,key size,operation,ops/"
|
printf("%sAlgorithm,key size,operation,ops/"
|
||||||
WOLFSSL_FIXED_TIME_UNIT "ec,", info_prefix);
|
WOLFSSL_FIXED_TIME_UNIT "ec,", info_prefix);
|
||||||
#endif
|
#endif
|
||||||
#ifdef MULTI_VALUE_STATISTICS
|
|
||||||
printf("max duration,min duration,mean duration,sd,\n");
|
printf("max duration,min duration,mean duration,sd,\n");
|
||||||
#else
|
|
||||||
printf("\n");
|
|
||||||
#endif
|
|
||||||
asym_header_printed = 1;
|
asym_header_printed = 1;
|
||||||
}
|
}
|
||||||
#ifdef GENERATE_MACHINE_PARSEABLE_REPORT
|
#ifdef GENERATE_MACHINE_PARSEABLE_REPORT
|
||||||
@ -2452,11 +2448,7 @@ static void bench_stats_asym_finish_ex(const char* algo, int strength,
|
|||||||
printf("%sAlgorithm,key size,operation,avg ms,ops/"
|
printf("%sAlgorithm,key size,operation,avg ms,ops/"
|
||||||
WOLFSSL_FIXED_TIME_UNIT "ec,", info_prefix);
|
WOLFSSL_FIXED_TIME_UNIT "ec,", info_prefix);
|
||||||
#endif
|
#endif
|
||||||
#ifdef MULTI_VALUE_STATISTICS
|
|
||||||
printf("max duration,min duration,mean duration,sd,\n");
|
|
||||||
#else
|
|
||||||
printf("\n");
|
printf("\n");
|
||||||
#endif
|
|
||||||
asym_header_printed = 1;
|
asym_header_printed = 1;
|
||||||
}
|
}
|
||||||
#ifdef GENERATE_MACHINE_PARSEABLE_REPORT
|
#ifdef GENERATE_MACHINE_PARSEABLE_REPORT
|
||||||
|
Reference in New Issue
Block a user