Skip to content

fix utf8 terminal benchmark#5838

Merged
jerch merged 1 commit intomasterfrom
fix_terminal_benchmark
Apr 24, 2026
Merged

fix utf8 terminal benchmark#5838
jerch merged 1 commit intomasterfrom
fix_terminal_benchmark

Conversation

@jerch
Copy link
Copy Markdown
Member

@jerch jerch commented Apr 24, 2026

Fixes #5837.

Before:

   Context "out-test/benchmark/Terminal.benchmark.js"
      Context "Terminal: ls -lR /usr/lib"
         Context "write/string"
            Case "#1" : 5 runs - average throughput: 28.23 MB/s
         Context "write/utf8"
            Case "#1" : 5 runs - average throughput: 28.70 MB/s

After:

   Context "out-test/benchmark/Terminal.benchmark.js"
      Context "Terminal: ls -lR /usr/lib"
         Context "write/string"
            Case "#1" : 5 runs - average throughput: 27.98 MB/s
         Context "write/utf8"
            Case "#1" : 5 runs - average throughput: 33.17 MB/s

@jerch jerch enabled auto-merge April 24, 2026 07:23
@jerch jerch merged commit 9c54203 into master Apr 24, 2026
12 checks passed
@jerch jerch deleted the fix_terminal_benchmark branch April 24, 2026 07:24
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.

Terminal.benchmark.ts not testing utf8 throughout

1 participant