Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 761305e

Browse files
authored
Update user_guide.md (#1863)
PR for Issue #819: Fix Suffix in Console Format Table This PR fixes an issue with an incorrect suffix displayed in the console output. Fixes #819.
1 parent 0c998f7 commit 761305e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/user_guide.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ tabular data on stdout. Example tabular output looks like:
8282
```
8383
Benchmark Time(ns) CPU(ns) Iterations
8484
----------------------------------------------------------------------
85-
BM_SetInsert/1024/1 28928 29349 23853 133.097kB/s 33.2742k items/s
86-
BM_SetInsert/1024/8 32065 32913 21375 949.487kB/s 237.372k items/s
87-
BM_SetInsert/1024/10 33157 33648 21431 1.13369MB/s 290.225k items/s
85+
BM_SetInsert/1024/1 28928 29349 23853 133.097kiB/s 33.2742k items/s
86+
BM_SetInsert/1024/8 32065 32913 21375 949.487kiB/s 237.372k items/s
87+
BM_SetInsert/1024/10 33157 33648 21431 1.13369MiB/s 290.225k items/s
8888
```
8989

9090
The JSON format outputs human readable json split into two top level attributes.

0 commit comments

Comments
 (0)