Skip to content

Commit 88b8be9

Browse files
committed
use us instead of ms, optimized html template
1 parent 60b89ed commit 88b8be9

File tree

3 files changed

+1016
-315
lines changed

3 files changed

+1016
-315
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,17 @@ If you don't trust the pre-compiled binaries, feel free to directly use the `Usa
4242
go run tool.go --run
4343

4444

45+
# CSV Format
46+
The result CSV contains `type;time_microseconds;value;timestamp`.
47+
- type: Type of test
48+
- time_microseconds: The time used for actually executing the only test-revelant part, excluding time to setup the test before it can run (file creation, logging, etc...)
49+
- value: The value for values other than time_, for example the CPU cycles
50+
- timestamp: The timestamp of when the actual CSV row has been written
51+
52+
53+
# HTML Format
54+
The result HTML contains an easy viewable page with charts to make it easier for humans to read.
55+
4556
## Development
4657

4758
Always create an `issue` at github before you start changing things that you want to be merged into this repository.

0 commit comments

Comments
 (0)