ErichDonGubler / moz-webgpu-cts

An extremely fast (but opinionated) tool for working with WPT metadata while developing an implementation of WebGPU in a web browser.
Apache License 2.0
0 stars 2 forks source link

Analyze `duration`s in test execution reports somehow? #53

Open ErichDonGubler opened 8 months ago

ErichDonGubler commented 8 months ago

There exists a duration field in text execution entries in WPT reports that seems very useful for. Parsing it was removed from #13 with dd3cad3, but it seems very interesting to bring back and use, for example, for the purpose of splitting up test entries into smaller chunks that don't TIMEOUT.

See also #16.