From d02a60bd6c53b0c1fdbe9ca220a7645a6832aa1e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 25 Feb 2013 08:52:58 +0000 Subject: Run speed test scripts This is not to do actual benchmarking, only to make sure the scripts stay working. --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1