Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: TriTechX/CoreBench

CoreBench 1.6.2

13 Aug 16:33
14bc33f

Choose a tag to compare

Major Update

CoreBench 1.6.2 emphasizes the effect that 1.6 was supposed to achieve, accommodated by several dramatic scoring system changes and algorithm rewrites.

Change Summary

  • All score calculations in the full CPU test (excluding the GFLOPs and Full Load test) have been fully rewritten to be balanced around modern midrange processors.
  • The multithread test runs many times in order to achieve a stable result of high enough quality to submit.
  • The multicore test runs many times in order to achieve a stable result of high enough quality to submit.
  • Other improvements to better user experience.

CoreBench 1.6.1

12 Aug 15:46
6cf490c

Choose a tag to compare

  • Bypassed Python GIL using numba nogil for the multithread test
  • Multithread score rebalanced (very unstable in 1.6.0)

CoreBench 1.6.0

12 Aug 13:36
26dafe6

Choose a tag to compare

  • Mass rebalancing of scores in the multi-core and multi-thread tests.
  • Multi-thread test uses Python's threading instead of multiprocessing again.
  • The full load test has significantly less Python overhead now.
  • Fixed small visual bugs.
  • You are now asked to re-enter your API key if it is invalid in an attempt to resubmit your score.
  • Multi-core and multi-thread tests now work with process queues and workers instead of forced batches of individual tests, giving a better representation of true CPU performance.

CoreBench 1.5.4

28 Jul 13:55
5f1b74c

Choose a tag to compare

Fixed a crash when running test commands.

CoreBench 1.5.3

28 Jul 13:52
e409f0c

Choose a tag to compare

Fixed issues when using normal test command syntax would break.

CoreBench 1.5.2

25 Jul 19:12
66b9dda

Choose a tag to compare

Fixed a bug when not all cores would be fully utilized in the full load test. Added progress indicator.

CoreBench 1.5.1

25 Jul 18:21
54b9c25

Choose a tag to compare

Fixed a bug when calling "colours.bold()" during the CPU full load test would cause the program to crash due to it not existing.

CoreBench 1.5.0

25 Jul 18:19
f06cbd0

Choose a tag to compare

Added new metric recorded to the database: "Full Load"

This tests the entire capability of your CPU (by utilizing all logical cores) to determine its performance in a situation when the CPU is able to run at full capacity.

This metric is mostly useful for workstation owners.

CoreBench 1.4.9

18 Jul 15:26
ffcd9fb

Choose a tag to compare

Signature fixes

CoreBench 1.4.8

17 Jul 19:35
7e8c56d

Choose a tag to compare

Updated version, visual fixes, small improvements.
(Hotfix 2)