Added check for Geekbench license key

This commit is contained in:
Mason Rowe
2020-08-09 17:13:44 -04:00
parent 518ec078ad
commit 6660126edf
2 changed files with 16 additions and 6 deletions

View File

@@ -38,6 +38,8 @@ curl -sL yabs.sh | bash -s -- -{fdighr49}
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).
**Geekbench License Key**: A Geekbench license key can be utilized during the Geekbench test to unlock all features. Simply put the email and key for the license in a file called _geekbench.license_. `echo "email@domain.com ABCDE-12345-FGHIJ-57890" > geekbench.license`
## Tests Conducted
* **fio** - the most comprehensive I/O testing software available, fio grants the ability to evaluate disk performance in a variety of methods with a variety of options. Four random read and write fio disk tests are conducted as part of this script with 4k, 64k, 512k, and 1m block sizes. The tests are designed to evaluate disk throughput in near-real world (using random) scenarios with a 50/50 split (50% reads and 50% writes per test).