summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Batischev <eual.jp@gmail.com>2018-03-19 23:45:13 +0300
committerAlexander Batischev <eual.jp@gmail.com>2018-03-19 23:45:13 +0300
commit338b48257adba820c719d04d643af70dfa4f5fb1 (patch)
tree60df14c46acb10c69d4434bf60dee44fc0bb7af9
parentb73b18f941d22c2d832151bb48adf7d4d2d60917 (diff)
README: explain TMPDIR=/dev/shm plainly
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index cd1c5639..abb35978 100644
--- a/README.md
+++ b/README.md
@@ -55,8 +55,8 @@ If you're a developer, here's how you can run the test suite:
make -j5 PROFILE=1 all test
(cd test && TMPDIR=/dev/shm ./test --order rand)
-Note the use of ramdisk as `TMPDIR`: some of our tests require temporary files,
-which degrades the performance quite a bit if `TMPDIR` isn't in-memory.
+Note the use of ramdisk as `TMPDIR`: some tests create temporary files, which
+slows them down if `TMPDIR` is on HDD or even SSD.
Support
-------