Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(benchmark): sourcemap benchmark properly test ConcatSourceMapBuilder #4528

Conversation

overlookmotel
Copy link
Contributor

@overlookmotel overlookmotel commented Jul 29, 2024

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.

Copy link

graphite-app bot commented Jul 29, 2024

Your org has enabled the Graphite merge queue for merging into main

Add the label “merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.

Copy link
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @overlookmotel and the rest of your teammates on Graphite Graphite

@overlookmotel overlookmotel marked this pull request as ready for review July 29, 2024 08:02
@overlookmotel
Copy link
Contributor Author

I'm pretty sure (2) was a mistake, but I don't know for sure what this benchmark is aiming to measure. Can anyone confirm?

Copy link

codspeed-hq bot commented Jul 29, 2024

CodSpeed Performance Report

Merging #4528 will degrade performances by 28.58%

Comparing 07-29-fix_benchmark_sourcemap_benchmark_properly_test_concatsourcemapbuilder_ (affd768) with main (d8c2a83)

Summary

❌ 1 regressions
✅ 31 untouched benchmarks

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark main 07-29-fix_benchmark_sourcemap_benchmark_properly_test_concatsourcemapbuilder_ Change
sourcemap[cal.com.tsx] 54.7 ms 76.7 ms -28.58%

Copy link

graphite-app bot commented Jul 29, 2024

Merge activity

…lder` (#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.
@Brooooooklyn Brooooooklyn force-pushed the 07-29-fix_benchmark_sourcemap_benchmark_properly_test_concatsourcemapbuilder_ branch from 436ad02 to affd768 Compare July 29, 2024 11:14
@graphite-app graphite-app bot merged commit affd768 into main Jul 29, 2024
23 checks passed
@graphite-app graphite-app bot deleted the 07-29-fix_benchmark_sourcemap_benchmark_properly_test_concatsourcemapbuilder_ branch July 29, 2024 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants