WebKit / Speedometer

An open source repository for the Speedometer benchmark
Other
592 stars 70 forks source link

Complex vs. non-complex DOM subtests order #340

Closed rniwa closed 8 months ago

rniwa commented 8 months ago

Right now, TodoMVC-React-Complex-DOM case appears right after TodoMVC-React whereas other complex DOM tests appear after all other non-complex DOM tests.

We should be consistent in ordering either TodoMVC-React-Complex-DOM with the rest of complex DOM towards the end, or interleave each subtest with its own complex DOM test.