Skip to content

perf(parser): store Option<diagnostic> for lexer errors#13520

Merged
graphite-app[bot] merged 1 commit intomainfrom
c/09-02-perf_test
Sep 2, 2025
Merged

perf(parser): store Option<diagnostic> for lexer errors#13520
graphite-app[bot] merged 1 commit intomainfrom
c/09-02-perf_test

Conversation

@camc314
Copy link
Contributor

@camc314 camc314 commented Sep 2, 2025

partially addresses the perf regression in #13494

Not quite as fast as originally, but a little bit faster

@github-actions github-actions bot added the A-parser Area - Parser label Sep 2, 2025
Copy link
Contributor Author

camc314 commented Sep 2, 2025


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

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

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

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

@codspeed-hq
Copy link

codspeed-hq bot commented Sep 2, 2025

CodSpeed Instrumentation Performance Report

Merging #13520 will not alter performance

Comparing c/09-02-perf_test (3ead0dd) with main (53f2fc1)1

Summary

✅ 37 untouched benchmarks

Footnotes

  1. No successful run was found on main (3ead0dd) during the generation of this report, so 53f2fc1 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@camc314 camc314 changed the title perf: test perf(parser): store Option<diagnostic> for lexer errors Sep 2, 2025
@github-actions github-actions bot added the C-performance Category - Solution not expected to change functional behavior, only performance label Sep 2, 2025
@camc314 camc314 marked this pull request as ready for review September 2, 2025 03:54
@camc314 camc314 requested review from Boshen and Copilot and removed request for Copilot September 2, 2025 03:54
@camc314 camc314 mentioned this pull request Sep 2, 2025
@Boshen Boshen added the 0-merge Merge with Graphite Merge Queue label Sep 2, 2025
Copy link
Member

Boshen commented Sep 2, 2025

Merge activity

partially addresses the perf regression in #13494

Not quite as fast as originally, but a little bit faster
Copilot AI review requested due to automatic review settings September 2, 2025 16:45
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@graphite-app graphite-app bot merged commit 3ead0dd into main Sep 2, 2025
25 checks passed
@graphite-app graphite-app bot deleted the c/09-02-perf_test branch September 2, 2025 16:50
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Sep 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-parser Area - Parser C-performance Category - Solution not expected to change functional behavior, only performance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants