From 6b5c82dd16d0a0192e23829b13a2b979c26b44fd Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 6 Sep 2013 19:30:36 +0100 Subject: fsck fixes from Antoine Brenner --- speed-test | 3 +++ 1 file changed, 3 insertions(+) (limited to 'speed-test') 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. -- cgit v1.2.1