...

Text file src/github.com/jezek/xgb/examples/atoms/Makefile

Documentation: github.com/jezek/xgb/examples/atoms

     1atoms:
     2	go build
     3
     4test: 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

View as plain text