summaryrefslogtreecommitdiff
path: root/speed-test
diff options
context:
space:
mode:
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.