These benchmarks will be used to test the performance inpact of the next
set of optimization patches.
Details
Details
- Reviewers
ldionne vitaut - Group Reviewers
Restricted Project - Commits
- rG01631ffcfca7: [libc++][format] Adds formatting benchmarks.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Addresses the review comments. That fixes the build locally.
Readd the bytes processed since removing them didn't fix the build.
Why pass Span as a template parameter instead of the character type?