Testing time too long on Chrome vs Safari/FireFox
Hello everyone, From few months to now, I noticed that the test execution is much slower on Chrome in comparison to other browsers.
Bellow we can see the execution of the same test on both browsers.
Chrome: https://github.com/psiho/jsbench-me/assets/5271965/6b7b67c5-0876-4940-90d7-bf565d2fea9f
Safari: https://github.com/psiho/jsbench-me/assets/5271965/b948dde4-77c8-424e-a6e3-5a4a671db557
Is there any explanation? Can it be optimise?
Hello @psiho, this bug renders your otherwise great application virtually unusable in Chrome, so are there any plans to either fix it or open-source jsbenchme altogether so people can fix it themselves?
This also makes nonsense final result: while a test is running it shows for example 27k executions per sample, but once it's finished, it shows it like 10 times bigger. On non-chrome it would make sense, since there are multiple samples executed per second, but on Chrome it only executes one sample per second.