From 15719a0d0d912e68d6cfcda0707084962eacd479 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Mon, 24 Dec 2018 13:18:19 -0500 Subject: [PATCH] Tweaking. --- benchmark/statisticalmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/statisticalmodel.cpp b/benchmark/statisticalmodel.cpp index 5ae96a4c..294eee4e 100644 --- a/benchmark/statisticalmodel.cpp +++ b/benchmark/statisticalmodel.cpp @@ -155,7 +155,7 @@ int main(int argc, char *argv[]) { printf("(you are not under linux, so perf counters are disaabled)"); #endif printf("\n"); - printf("%zu %zu %zu %zu %zu %zu %zu %zu %zu %zu %zu %zu", s.integer_count, + printf("%zu %zu %zu %zu %zu %zu %zu %zu %zu %zu %zu %zu ", s.integer_count, s.float_count, s.string_count, s.backslash_count, s.nonasciibyte_count, s.object_count, s.array_count, s.null_count, s.true_count, s.false_count, s.byte_count, s.structural_indexes_count);