diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2023-09-03 22:34:03 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2023-09-03 22:34:03 +0200 |
commit | 317cb21280d7f47103d149d79c1a147aabfae1ed (patch) | |
tree | eac9705ade6a15f6d4b7acd0f586c04a424663cf /source | |
parent | b0c21a940d23c45844ead5e711dadd9dedc47588 (diff) | |
download | kit-317cb21280d7f47103d149d79c1a147aabfae1ed.zip |
Build scripts
Diffstat (limited to 'source')
-rw-r--r-- | source/kit_test/bench.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/kit_test/bench.c b/source/kit_test/bench.c index dcf7249..cdd69d9 100644 --- a/source/kit_test/bench.c +++ b/source/kit_test/bench.c @@ -198,9 +198,9 @@ int kit_run_benchmarks(int argc, char **argv) { no_color || print_color(light); printf("|"); no_color || print_color(yellow); - printf(" HIGH "); + printf(" HIGH\n"); no_color || print_color(light); - printf(" in microseconds\n\n"); + printf(" (in microseconds)\n\n"); /* Prepare cycles. */ |