TracerBench / tracerbench

Automated Chrome tracing for benchmarking.
BSD 2-Clause "Simplified" License
241 stars 31 forks source link

FireFox support? #466

Open NullVoxPopuli opened 9 months ago

NullVoxPopuli commented 9 months ago

Firefox has a pretty good profiler. Examples:

I've run in to an issue with a chrome update, so wanted to try a different browser, but haven't found out how.

I see there are

But it all seems to use chrome for everything.

krisselden commented 9 months ago

Likely could use the playwright core which has a similar api and feature set. Originally I wrote my own to be lightweight and have good cancellation support. If playwright existed I would have used it.