Skip to content
Snippets Groups Projects
Unverified Commit e66e9f8c authored by Kaspar Schleiser's avatar Kaspar Schleiser Committed by GitHub
Browse files

Merge pull request #9922 from gebart/pr/bench_timers_typo

bench_timers: Fix mixup in trace output
parents 090a762e 49debfc6
No related branches found
No related tags found
No related merge requests found
...@@ -403,10 +403,10 @@ static void run_test(test_ctx_t *ctx, uint32_t interval, unsigned int variant) ...@@ -403,10 +403,10 @@ static void run_test(test_ctx_t *ctx, uint32_t interval, unsigned int variant)
break; break;
} }
if (variant & TEST_PARALLEL) { if (variant & TEST_PARALLEL) {
print_str("- "); print_str("= ");
} }
else { else {
print_str("= "); print_str("- ");
} }
print_u32_dec(interval); print_u32_dec(interval);
print("\n", 1); print("\n", 1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment