Added more test cases and reformatted output a bit.

This commit is contained in:
vraatikka 2013-08-06 11:14:45 +03:00
parent 30456115f7
commit 256b8e8013

View File

@ -20,10 +20,13 @@ buildall :
testhash.c ../hashtable.o ../atomic.o ../spinlock.o -o testhash \
runall:
- ./testhash 0 1
- ./testhash 10 1
- ./testhash 1000 10
- ./testhash 10 0
- ./testhash 1500 17
- ./testhash 1 1
- @./testhash 0 1
- @./testhash 10 1
- @./testhash 1000 10
- @./testhash 10 0
- @./testhash 1500 17
- @./testhash 1 1
- @./testhash 10000 133
- @./testhash 1000 1000
- @./testhash 1000 100000