github.com/BurntSushi/xgb@v0.0.0-20210121224620-deaf085860bc/examples/atoms/Makefile (about)

     1  atoms:
     2  	go build
     3  
     4  test: atoms
     5  	./atoms --requests 500000 --cpu 1 \
     6  		--cpuprof cpu1.prof --memprof mem1.prof > atoms1.info 2>&1
     7  	./atoms --requests 500000 --cpu 2 \
     8  		--cpuprof cpu2.prof --memprof mem2.prof > atoms2.info 2>&1
     9  	./atoms --requests 500000 --cpu 3 \
    10  		--cpuprof cpu3.prof --memprof mem3.prof > atoms3.info 2>&1
    11  	./atoms --requests 500000 --cpu 6 \
    12  		--cpuprof cpu6.prof --memprof mem6.prof > atoms6.info 2>&1