Improve test script performance, note issues with slow machines
This commit is contained in:
@@ -23,7 +23,9 @@ baseline()
|
||||
|
||||
# ASCII, then ISO-8859-1.
|
||||
for char in $(seq 32 126) $(seq 160 255) ; do
|
||||
printf '%02x %s ' $char "$(utf8cp $char)"
|
||||
printf '%02x ' $char
|
||||
utf8cp $char
|
||||
printf ' '
|
||||
done
|
||||
printf '\n'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user