shithub: mc

ref: 19d7fac9e6210af527ee1e72de4878d3951c41f6
dir: /bench/bld.sub/

View raw version
bin intsort = intsort.myr ;;
bin copious-allocs = copious-allocs.myr ;;
bin sha1-compute = sha1-compute.myr ;;
bin bigfactorial = bigfactorial.myr ;;
bin mandelbrot = mandelbrot.myr ;;
bin regex-match = regex-match.myr ;;
bin runbench = runbench.myr ;;

cmd benchit =
	./runbench
		intsort
		copious-allocs 
		sha1-compute
		bigfactorial
		mandelbrot
		regex-match
;;