# list of timing tests
#
# dir	ntimes	 description

loop	500	loop control overhead

locall	100	local call, optimized
ircall	10	interresource call, no new process
irnew	2	interresource call, new process
pcreate	5	process create/destroy

semP	200	semaphore P only
semV	200	semaphore V only
sems	200	semaphore pair
semcsw	10	semaphore requiring context switch 

asynch	10	asynchronous send/receive 
msgcsw	5	message passing requiring context switch 

rend	2	rendezvous
