From 9c5fb45168f505b8b70bc83934245b00acdf3615 Mon Sep 17 00:00:00 2001 From: kageru Date: Sun, 12 Apr 2020 15:22:18 +0200 Subject: [PATCH] explicitly mark benchmark results as plaintext --- src/iterators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iterators.md b/src/iterators.md index 7955328..06657fa 100644 --- a/src/iterators.md +++ b/src/iterators.md @@ -307,7 +307,7 @@ fun loop(): Long { The results here paint a different picture: -``` +```plaintext NonPrimitive.loop avgt 25 445.992 ± 0.642 ms/op NonPrimitive.sequence avgt 25 27257.399 ± 342.686 ms/op NonPrimitive.stream avgt 25 44673.318 ± 1325.832 ms/op