This updates the benchmark app in the repository to use latest SciChart JS version.
However, updating the benchmarks and results will have to wait since it is a huuuge work. We also need to update 10+ other libraries, run all the tests with every single one of them and then update the results.
Reverted some changes:
Use of useWasmFromCDN. This would make it harder to know what lib version was used in tests that were run before. In general I like explicitly selecting the version better.
Re-added the cursor modifier. It shouldn't affect the test results since its not visible during tests, but I believe all charts part of the tests have cursor functionality enabled, so this one should also.
Reviewed changes proposed here https://github.com/Arction/javascript-charts-performance-comparison/pull/3 Thanks for contributing!
This updates the benchmark app in the repository to use latest SciChart JS version. However, updating the benchmarks and results will have to wait since it is a huuuge work. We also need to update 10+ other libraries, run all the tests with every single one of them and then update the results.
Reverted some changes:
useWasmFromCDN
. This would make it harder to know what lib version was used in tests that were run before. In general I like explicitly selecting the version better.