COLARDYNIT / hwbot-issues

Public issue tracker for all issues related with HWBOT, HWBOT Prime, OC-eSports, etc.
2 stars 0 forks source link

"Rankings" button returns empty list for GPUs #34

Closed unityofsaints closed 5 years ago

unityofsaints commented 5 years ago

Hi,

This only happens under certain conditions but if I check a CPU (e.g. the 9700K) and then click any of the GPU benches under the "Core i7 9700K used in other benchmarks" section at the bottom (e.g. Fire Strike) it defaults to a weird number of GPUs like 8 and the result is always blank, as there is no such thing as 8-way Fire Strike:

image

This is a problem because:

ddevrien commented 5 years ago

it just takes the same number of cores as the cpu has (so 8x in this case). But you're totally right it doesn't make any sense.

ddevrien commented 5 years ago

Fixed now, by default it will show results with any number of cores if the selected hardware has a different type than the application ranking type (so select CPU and show aquamark for example).