summaryrefslogtreecommitdiff
path: root/speed-test
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-09-06 19:30:36 +0100
committerLars Wirzenius <liw@liw.fi>2013-09-06 19:30:36 +0100
commit6b5c82dd16d0a0192e23829b13a2b979c26b44fd (patch)
tree4ac727d9c412f75c7adb7380a4e4ed3d42867e19 /speed-test
parent9109ba8f86a4a15b3ef504e8f6c6f4e5678e0ed7 (diff)
downloadlarch-6b5c82dd16d0a0192e23829b13a2b979c26b44fd.tar.gz
fsck fixes from Antoine Brenner
Diffstat (limited to 'speed-test')
-rwxr-xr-xspeed-test3
1 files changed, 3 insertions, 0 deletions
diff --git a/speed-test b/speed-test
index 4fc5a24..59620d0 100755
--- a/speed-test
+++ b/speed-test
@@ -17,6 +17,9 @@
# Excercise my B-tree implementation, for simple benchmarking purposes.
# The benchmark gets a location and nb of keys to use as command line
# arguments --location=LOCATION and --keys=KEYS.
+
+# To debug, one can create a tracing logfile by adding arguments like:
+# --trace=refcount --log=refcount.logfile
#
# If the location is the empty string, an in-memory node store is used.
# Otherwise it must be a non-existent directory name.