summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-05-19 09:29:28 +0100
committerLars Wirzenius <liw@liw.fi>2013-05-19 09:29:28 +0100
commite47a3c3cfea4dd44a7d9025aeff60f0712adaa72 (patch)
tree77ec8888ab3076e36577343374b2a5f04203c0a1 /Makefile
parentbb815e8be0f12237dca687bf1d56406aa307ffd4 (diff)
downloadlarch-e47a3c3cfea4dd44a7d9025aeff60f0712adaa72.tar.gz
Increase refcount-speed iterations by 10x
CI just failed because of zero division, due to the test going too fast.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cdc244c..7818f57 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ check:
cmdtest tests
./codec-speed -n1000
./idpath-speed 1 t.idspeed-test 10 5 1 && rm -r t.idspeed-test
- ./refcount-speed --refs=100
+ ./refcount-speed --refs=1000
./speed-test --location t.speed-test --keys 1000
clean: