rjkroege / edwood

Go version of Plan9 Acme Editor
Other
387 stars 34 forks source link

s_cmd vs x_cmd benchmark #414

Closed rjkroege closed 2 years ago

rjkroege commented 2 years ago

slower than x. Add a benchmark BenchmarkLargeEditTargets.* to compare the performance of equivalent s and x edits on a range of buffer sizes.

codecov[bot] commented 2 years ago

Codecov Report

Merging #414 (2829b40) into master (74da035) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #414   +/-   ##
=======================================
  Coverage   53.83%   53.83%           
=======================================
  Files          55       55           
  Lines       10678    10678           
=======================================
  Hits         5748     5748           
  Misses       4519     4519           
  Partials      411      411           
Impacted Files Coverage Δ
addr.go 80.18% <ø> (ø)
text.go 49.12% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 74da035...2829b40. Read the comment docs.