summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2023-09-03 22:34:03 +0200
committerMitya Selivanov <automainint@guattari.tech>2023-09-03 22:34:03 +0200
commit317cb21280d7f47103d149d79c1a147aabfae1ed (patch)
treeeac9705ade6a15f6d4b7acd0f586c04a424663cf /source
parentb0c21a940d23c45844ead5e711dadd9dedc47588 (diff)
downloadkit-317cb21280d7f47103d149d79c1a147aabfae1ed.zip
Build scripts
Diffstat (limited to 'source')
-rw-r--r--source/kit_test/bench.c4
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.
*/