krausest / js-framework-benchmark

A comparison of the performance of a few popular javascript frameworks
https://krausest.github.io/js-framework-benchmark/
Apache License 2.0
6.52k stars 811 forks source link

Why does benchamrk `replaceAll` calls only `run`? #1644

Closed dy closed 1 month ago

dy commented 1 month ago

I was trying to figure out why sprae@9 is show on replaces and made very optimized short path, but figured out that framework-benchmark doesn't seem to test replacement https://github.com/krausest/js-framework-benchmark/blob/master/webdriver-ts/src/benchmarksPlaywright.ts#L70, just appending 1k items

I am confused, is that planned action?

dy commented 1 month ago

Ok, run replaces all items.