1
0
mirror of https://github.com/masonr/yet-another-bench-script.git synced 2024-05-11 16:54:51 +00:00
Commit Graph

59 Commits

Author SHA1 Message Date
b069a5e1de Added disk space check before fio test (Issue #12) 2020-12-27 01:45:40 -05:00
b98d08459d remove busy iperf server 2020-12-08 13:00:37 -05:00
5e9461ede9 fix IPv4/IPv6 detection; switch up iperf servers 2020-12-07 02:15:52 -05:00
edcb44802e Merge pull request #17 from BKPepe/master
Update of Geekbench 4 and 5 & download tarballs from HTTPS
2020-11-27 21:35:31 -05:00
cb962f66f2 Geekbench 5: Update to version 5.3.1 and download it from HTTPS
All the files like fio, iperf3 binaries are downloaded from HTTPS except Geekbench tarballs.
Let's download Geekbench from HTTPS, too.

Changelog:

Geekbench 5.3.1
Released 2020-11-14
- Improve hardware detection on Apple Silicon Macs.
- Fix a bug that prevented the Metal Compute Benchmark from running on Apple Silcion Macs.

Geekbench 5.3.0
Released 2020-11-11
- Add support for Apple Silicon Macs.
- Add support for VAES256 instructions.

Geekbench 5.2.5
Released 2020-10-19
- Update result comparison database.

Geekbench 5.2.4
Released 2020-09-29
- Fix "internal timer error" error messages.

Geekbench 5.2.3
Released 2020-07-22
- Improve processor identification on Windows on ARM devices.
- Fix a bug that prevented benchmark comparisons from working on iOS.

Geekbench 5.2.2
Released 2020-07-06
-Bug fixes.

Geekbench 5.2.1
Released 2020-06-25
- Fix a crash that could occur when uploading results to the Browser.
- Fix a memory leak in the Vulkan Compute Benchmark.
2020-11-28 03:02:08 +01:00
8983258187 Geekbench 4: update to 4.4.4 and download it from HTTPS
All the files like fio, iperf3 binaries are downloaded from HTTPS except Geekbench tarballs.
Let's download Geekbench from HTTPS, too.

Geekbench 4.4.4
Released 2020-09-03
- Bug fixes.

Geekbench 4.4.3
Released 2020-07-06
- Fix "internal timer error" error messages.
2020-11-28 03:01:44 +01:00
203c9a0e86 Handle failed fio/iperf downloads (#14) and/or botched tests; Standardize capacity output (#8) 2020-11-20 01:12:09 -05:00
7fed8c3605 Merge branch 'testing' of https://github.com/masonr/yet-another-bench-script into testing 2020-11-19 00:42:58 -05:00
bc77e01fdd Remove Wifx (Zurich) and Iveloz (Sao Paulo) network tests until iperf server issues are resolved 2020-11-12 11:36:53 -05:00
10720d148d Revert fio binary from v3.23 back to v3.17 (see Issue #11) 2020-09-27 22:59:23 -04:00
491c95a816 Standardized formatting of memory, swap, and disk space 2020-09-23 17:17:00 -04:00
77ec5af967 Updated iperf3 test locations 2020-09-21 00:52:00 -04:00
96227f76a2 Updated fio (3.7->3.9) and iperf3 (3.17->3.23) to latest release 2020-09-15 23:31:59 -04:00
a748260467 Merge pull request #10 from masonr/testing
Merge changes in testing branch (fix gb score parsing + add gb license check)
2020-09-15 21:52:06 -04:00
eca5dc9fd3 Updated Geekbench tests to use license file, if present 2020-09-09 21:32:25 -04:00
6d46cb0d8b Update to fix geekbench unlock via license key 2020-08-13 16:41:29 -04:00
6660126edf Added check for Geekbench license key 2020-08-09 17:13:44 -04:00
518ec078ad Tidy up output and comments 2020-07-22 00:48:53 -04:00
7774042cf7 Added interrupt handler; Updated Geekbench links; Added -9 flag; Refactored iperf testing code 2020-06-20 16:01:06 -04:00
981933960d Recompiled fio binary with generic CPU flag for interoperability 2020-03-11 12:50:16 -04:00
434da3835b Clarify local packages over precompiled binaries 2020-02-11 00:40:07 -05:00
90923210f6 Geekbench 5; local package (fio/iperf3) preference; help printout 2020-02-10 23:56:08 -05:00
19dd606f71 Fix typo 2020-02-05 21:51:53 -05:00
48b2c5bb59 Update readme with new run command (yabs.sh) 2020-02-05 21:40:41 -05:00
f7b3f8efae Fix fio fault check; Fix typos 2020-02-05 09:03:52 -05:00
5ba34f923d Merge branch 'master' of https://github.com/masonr/yet-another-bench-script 2020-02-04 21:45:34 -05:00
2c74b1a9b6 Replaced dd w/ fio; Added fio/iperf3 binaries; Added 32-bit and IPv6 support 2020-02-04 21:43:28 -05:00
c883c2279d Fix typo 2020-01-14 07:56:23 -05:00
a6ca7214aa Added static binaries for fio + iperf3; Added bin readme 2020-01-13 23:35:39 -05:00
73844833ce Fix locale override 2020-01-10 15:48:58 -05:00
dd591b9251 Added locale override for dd to parse output reliably 2020-01-10 13:49:33 -05:00
20846f0816 Fixed typo 2020-01-10 11:00:09 -05:00
a52c3137a5 Removed ioping; Added comments; Fixed output format; Updated readme 2020-01-08 21:22:43 -05:00
4946886ebb use ioping for disk reads; fix ipv4/v6 detection; updated readme 2019-10-08 14:36:02 -04:00
a4a452d969 write to pwd rather than tmp directory 2019-10-08 00:01:51 -04:00
9a832d7e1d updated link speeds of velocity and hurricane electric 2019-10-07 09:05:33 -04:00
8ed8e68af9 hotfix to correctly detect vmx or svm cpu flags 2019-10-07 08:57:24 -04:00
7f38102008 fix variable misspelling 2019-10-07 00:35:18 -04:00
9499aac6f7 added options to skip any test(s) 2019-10-06 23:51:09 -04:00
eb0703500a ipv4/ipv6-compatibility (via ping) hotfix 2019-10-06 22:39:53 -04:00
d4cc9a23ba added ipv6 iperf tests; refined avg dd speed calculation 2019-10-06 22:17:24 -04:00
2249d6f78d update readme 2019-10-06 13:59:34 -04:00
397fb313ef added fix for dd tests on centos; use awk for arithmetic ops 2019-10-06 00:55:18 -04:00
0bc678933d Fix markdown formatting 2019-10-05 21:56:30 -04:00
f2d04cd6d9 added geekbench system performance test 2019-10-05 21:55:21 -04:00
66354adc21 added read speed disclaimer 2019-10-04 21:33:58 -04:00
a50d1912dc fixed some bugs with dd and iperf tests; updated output 2019-10-04 21:14:41 -04:00
0eb9a863b0 Merge branch 'master' of https://github.com/masonr/yet-another-bench-script 2019-10-04 09:44:29 -04:00
3846569f80 altered disk space calc to be more accurate 2019-10-04 09:44:18 -04:00
793cf87550 added silent flag to 'how to run' command 2019-10-03 23:55:07 -04:00