Skip to content

Commit

Permalink
Add observer script
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent-lau committed Aug 8, 2023
1 parent 8bcd210 commit ca0b8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mnesia/examples/bench/bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ERL_TOP=~/proj/otp
cd $ERL_TOP && make mnesia && \
cd $ERL_TOP/lib/mnesia/examples/bench && make && \
if [ $# -eq 0 ] ; then
$ERL_TOP/bin/erl $args
$ERL_TOP/bin/erl $args -s observer start -s bench run -s erlang halt
else
while [ $# -gt 0 ]; do
$ERL_TOP/bin/erl $args -s bench run $1 -s erlang halt
Expand Down

0 comments on commit ca0b8f2

Please sign in to comment.