RuggeroVisintin/SparkEngineWeb

[FEATURE REQUEST] Use procedural algorithm for performance tests

Opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
Right now the performance tests use a simple random function to populate the data. This introduces noises in the tests and makes them non-deterministic, therefore making it difficult to compare performance

Describe the experience you'd like
Use a procedural algorithm to generate the random data. The seeds ensure the random data is always the same and the test is deterministic

Describe alternatives you've considered
https://www.npmjs.com/package/seedrandom
https://www.npmjs.com/package/@faker-js/faker

Additional context
N/A