summaryrefslogtreecommitdiff
path: root/tests/sort-time/README
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-12-06 13:42:21 +0000
committerJim Meyering <jim@meyering.net>1997-12-06 13:42:21 +0000
commit7209272d72110c2ad3d551467d4173a46566c635 (patch)
tree685d008619bd1d585b5c219849b4b805903ea899 /tests/sort-time/README
parent6ee3c1a91a9228dc7ae196706202b423c96bd4cf (diff)
downloadcoreutils-7209272d72110c2ad3d551467d4173a46566c635.tar.xz
.
Diffstat (limited to 'tests/sort-time/README')
-rw-r--r--tests/sort-time/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/sort-time/README b/tests/sort-time/README
new file mode 100644
index 000000000..fcb9d3dca
--- /dev/null
+++ b/tests/sort-time/README
@@ -0,0 +1,12 @@
+determine whether it's worthwhile to add a --line-length=N option to sort.
+Add the option and perform this test:
+
+Test method:
+==============
+for n in 80 200 400 800 3000; do
+ sort a file with $n-char lines using the default of N=30
+ sort the same file with --line-length=$n
+ compare run times
+done
+
+do this on at least SunOS, Linux, Solaris