laset-com / speedtest

MIT License
62 stars 26 forks source link

How to run full test with Geekbench 5 as it was in 1.5.3? #7

Closed pythoninja closed 3 years ago

pythoninja commented 3 years ago

Hi,

I have a few saved benchmarks from old version of Bench.monster and it was Geekbench 5 by default, for example:

 Region: Global  https://bench.monster v.1.5.3 2020-07-13 
 Usage : curl -LsO bench.monster/speedtest.sh; bash speedtest.sh -Global

---------------------------------------------------------------------------
 OS           : CentOS 7.8.2003 (64 Bit)
 Virt/Kernel  : KVM / 3.10.0-1062.1.1.el7.x86_64
 CPU Model    : AMD EPYC 7451 24-Core Processor
 CPU Cores    : 2 @ 2295.684 MHz x86_64 512 KB Cache
 CPU Flags    : AES-NI Enabled & VM-x/AMD-V Disabled
 Load Average : 0.71, 0.61, 0.28
 Total Space  : 37G (1.6G ~5% used)
 Total RAM    : 2845 MB (81 MB + 1374 MB Buff in use)
 Total SWAP   : 3070 MB (0 MB in use)
 Uptime       : 0 days 0:5

 ## Geekbench v5 CPU Benchmark:

  Single Core : 453  (GOOD)
   Multi Core : 853

 Timestamp   : 2020-09-28 11:33:12 GMT

But now it's running on Geekbench 4:

 Region: Global  https://bench.monster v.1.5.5 2020-12-10 
 Usage : curl -LsO bench.monster/speedtest.sh; bash speedtest.sh -Global

---------------------------------------------------------------------------
 OS           : CentOS 7.9.2009 (64 Bit)
 Virt/Kernel  : KVM / 3.10.0-1160.11.1.el7.x86_64
 CPU Model    : QEMU Virtual CPU version 2.5+
 CPU Cores    : 2 @ 2199.996 MHz x86_64 16384 KB Cache
 CPU Flags    : AES-NI Disabled & VM-x/AMD-V Disabled
 Load Average : 0.00, 0.01, 0.05
 Total Space  : 37G (8.4G ~25% used)
 Total RAM    : 2845 MB (262 MB + 403 MB Buff in use)
 Total SWAP   : 3070 MB (0 MB in use)
 Uptime       : 0 days 6:51

 ## Geekbench v4 CPU Benchmark:

  Single Core : 1844  (FAIR)
   Multi Core : 3243

Is there any chance I can run full test with Geekbench 5?

laset-com commented 3 years ago

Hi,

The only command with Geekbench 5 is the single test:

curl -LsO bench.monster/speedtest.sh; bash speedtest.sh -gb5

pythoninja commented 3 years ago

@laset-com do you have any plans to change that behaviour with command line or config / environment variable?