|
|
|
|
|
by eshyong
4423 days ago
|
|
Wait, I'm confused. From the following line: https://github.com/Nubisa/jxdocs/blob/master/benchmarks/core... Doesn't this line calculate the amount of time it takes to compute a single task? (elapsed time / number of runs = time per run) Doesn't this mean that JXcore is actually faster, since the number would be smaller with more runs? |
|
For complete clarity, see also the lines
https://github.com/Nubisa/jxdocs/blob/master/benchmarks/core...
The score is (arbitrary reference constant) / (geometric mean of runtime). Bad performance ==> longer runtime ==> lower scores.