You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like Firefox thinks it ran 5000 frames, despite 2500 being specified, then the resultant FPS for TS and TS + Clojure looks about half of that on Chrome.
That or JS execution on Firefox really is half as fast as on Chrome?
The text was updated successfully, but these errors were encountered:
So I went ahead and tested this and got the following:
FireFox:
Chrome:
So I got it so that they both run the correct number of frames? Did you perhaps change it to 5000, and then rerun again? And what operating system are you using? 🤔
The OS is in the screenshot. But the number of frames isn't necessarily the issue.
The issue is that the JS performance on Firefox shouldn't be 50% of that on Chrome?
Unless this is a task that Firefox just has a really hard time optimizing for?
It looks like Firefox thinks it ran 5000 frames, despite 2500 being specified, then the resultant FPS for TS and TS + Clojure looks about half of that on Chrome.
That or JS execution on Firefox really is half as fast as on Chrome?
The text was updated successfully, but these errors were encountered: