/
usr
/
lib64
/
erlang
/
lib
/
mnesia-4.20.4.1
/
examples
/
bench
/
File Upload :
llllll
Current File: //usr/lib64/erlang/lib/mnesia-4.20.4.1/examples/bench/bench.sh
#!/bin/sh # Author : Hakan Mattsson <hakan@cslab.ericsson.se> # Purpose : Simplify benchmark execution # Created : 21 Jun 2001 by Hakan Mattsson <hakan@cslab.ericsson.se> ###################################################################### args="-pa .. -boot start_sasl -sasl errlog_type error -sname bench" set -x if [ $# -eq 0 ] ; then erl $args else while [ $# -gt 0 ]; do erl $args -s bench run $1 -s erlang halt shift done fi
Copyright ©2k19 -
Hexid
|
Tex7ure