Skip to content

wrong output in the Benchmark application #69

Closed
@RonEld

Description

@RonEld

The output of the Benchmark Application performance is in Kb/s , however, according to the code:

    mbedtls_printf( "%9lu Kb/s,  %9lu cycles/byte\r\n",                        \
                     i * BUFSIZE / 1024,                                       \
                     ( mbedtls_timing_hardclock() - tsc ) / ( j * BUFSIZE ) );

The performance should be in Kilo Bytes (KB) not Kilo bits (Kb) as printed

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions