spelling: measure

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2021-12-25 22:47:45 -05:00
parent 2fff023912
commit 446d5e7008

View File

@ -388,7 +388,7 @@ void benchmark_print_result(benchmark_result_t res) {
printf("\n");
}
// Run __VA_ARGS__ a number of times and meassure the time taken. The first
// Run __VA_ARGS__ a number of times and measure the time taken. The first
// run is ignored.
#define BENCHMARK_FN(NOWARMUP, RUNS, AVG_TIME, ...) \
do { \