Commits
Click on a commit to change the comparison rangefix(benchmark): sourcemap benchmark properly test `ConcatSourceMapBuilder` (#4528)
Make 2 changes to sourcemap benchmark:
1. Move counting line breaks in output text to outside of the measured loop. This operation is reasonably expensive, and isn't part of what we're trying to measure.
2. It looks like benchmark is trying to measure concatenating 2 source maps, but `for i in 0..1` was actually only concatenating 1.1 year ago
by overlookmotel