WebKit / Speedometer

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

Workloads sourcemaps inconsistent #331

Open flashdesignory opened 10 months ago

flashdesignory commented 10 months ago

Currently not all workloads that use minified code expose sourcemaps. Sourcemaps ensure that these workloads are easy to debug when running within Speedometer. Therefore, we should audit all workloads and ensure build scripts and compilers output sourcemaps where possible.

@kara

rniwa commented 10 months ago

Adding angular source map in https://github.com/WebKit/Speedometer/pull/332.

rniwa commented 6 months ago

Is this something we should track for v3.0?

flashdesignory commented 6 months ago

it's not a blocker, we can complete in V4 in my opinion.