modified json output to file flag

This commit is contained in:
Mason Rowe
2022-08-19 19:27:32 -04:00
parent 506cdc4991
commit 6af3d0210c
2 changed files with 8 additions and 8 deletions

View File

@@ -42,7 +42,7 @@ curl -sL yabs.sh | bash -s -- -flags
* `-4` this option overrides the Geekbench 5 performance test and runs a Geekbench 4 test instead
* `-9` this option runs the Geekbench 4 test in addition to the Geekbench 5 test
* `-j` this option prints a JSON representation of the results to the screen
* `-w` this option writes the JSON results to a file
* `-w <filename>` this option writes the JSON results to a file using the file name provided
* `-s <url>` this option sends a JSON representation of the results to the designated URL(s) (see section below)
Options can be grouped together to skip multiple tests, i.e. `-fg` to skip the disk and system performance tests (effectively only testing network performance).