Skip to content

Commit 16d1db2

Browse files
Ron EldorRon Eldor
Ron Eldor
authored and
Ron Eldor
committed
Typo in Throughput log
Throughput is printed in Kb instead of KB Fixed issue #69
1 parent 4459c46 commit 16d1db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ do { \
213213
CODE; \
214214
} \
215215
\
216-
mbedtls_printf( "%9lu Kb/s, %9lu cycles/byte\r\n", \
216+
mbedtls_printf( "%9lu KB/s, %9lu cycles/byte\r\n", \
217217
i * BUFSIZE / 1024, \
218218
( mbedtls_timing_hardclock() - tsc ) / ( j * BUFSIZE ) ); \
219219
} while( 0 )

0 commit comments

Comments
 (0)