summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-02-25 08:52:58 +0000
committerLars Wirzenius <liw@liw.fi>2013-02-25 08:52:58 +0000
commitd02a60bd6c53b0c1fdbe9ca220a7645a6832aa1e (patch)
treea4bd50919e8ba04c57d5384b769e1b93f9cd629b
parentb14461ddb15a01c643ac752efaf74fe18db1de3e (diff)
downloadlarch-d02a60bd6c53b0c1fdbe9ca220a7645a6832aa1e.tar.gz
Run speed test scripts
This is not to do actual benchmarking, only to make sure the scripts stay working.
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ddcd534..cdc244c 100644
--- a/Makefile
+++ b/Makefile
@@ -27,9 +27,13 @@ check:
./insert-remove-test tempdir 100
rm -r tempdir larch.log
cmdtest tests
+ ./codec-speed -n1000
+ ./idpath-speed 1 t.idspeed-test 10 5 1 && rm -r t.idspeed-test
+ ./refcount-speed --refs=100
+ ./speed-test --location t.speed-test --keys 1000
clean:
rm -f .coverage *.py[co] larch/*.py[co] insert.prof lookup.prof
- rm -rf build tempdir larch.log example.tree
+ rm -rf build tempdir larch.log example.tree t.idspeed-test t.speed-test
rm -f fsck-larch.1
$(MAKE) -C doc clean