Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/io/http/parhttperf

    ref3c383 rcd70477  
    66
    77mkdir -p out
    8 rm out/*
    9 echo "httperf --client [0-$(($NTHREADS - 1))]/$NTHREADS $@ > out/result.[0-$(($NTHREADS - 1))].out"
     8rm -v out/*
    109for ((i=0; i<$NTHREADS; i++))
    1110do
     11        # echo "httperf --client $i/$NTHREADS $@ > out/result.$i.out"
    1212        httperf --client $i/$NTHREADS $@ > out/result.$i.out &
    1313done
Note: See TracChangeset for help on using the changeset viewer.