~mwhudson/+junk/bench-fake-autobench

« back to all changes in this revision

Viewing changes to test.yaml

  • Committer: Michael Hudson-Doyle
  • Date: 2013-08-18 22:18:06 UTC
  • Revision ID: michael.hudson@linaro.org-20130818221806-q9p79b8v3bg6xfzs
whoops

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    - "#apt-get install -y nginx-full nginx-full-dbg libc6-dbg"
50
50
    - "#NGINX_DEBS='nginx-common_1.2.6-1ubuntu3.2_all.deb nginx-full_1.2.6-1ubuntu3.2_armhf.deb '"
51
51
    - '#DEBS="$NGINX_DEBS $LIBC_DEBS"'
 
52
    - "#cp nginx.conf /etc/nginx/"
 
53
    - "#sudo service nginx start"
 
54
    - "#ROOT=/usr/share/nginx/html"
52
55
    - "for d in $DEBS; do wget http://people.linaro.org/~mwhudson/no-omit-frame-pointer-debs/$d; done"
53
56
    - "dpkg -i $DEBS"
54
57
    - "#echo f > /sys/class/net/eth0/queues/rx-0/rps_cpus"
55
 
    - "cp nginx.conf /etc/nginx/"
56
 
    - "sudo service nginx start"
57
 
    - "ROOT=/usr/share/nginx/html"
58
58
    - "touch $ROOT/0k"
59
59
    - "head -c $((1*1024)) /dev/urandom > $ROOT/1k"
60
60
    - "head -c $((10*1024)) /dev/urandom > $ROOT/10k"