terminal: swap codepointwidth implementations

This commit is contained in:
Mitchell Hashimoto
2024-02-07 09:38:17 -08:00
parent 3c31217f3c
commit 17dc64053e
3 changed files with 13 additions and 40 deletions

View File

@@ -8,7 +8,7 @@
# - "ascii", uniform random ASCII bytes
# - "utf8", uniform random unicode characters, encoded as utf8
# - "rand", pure random data, will contain many invalid code sequences.
DATA="ascii"
DATA="utf8"
SIZE="25000000"
# Add additional arguments