annotate tools/gen_report.sh @ 1630:d0efa3ae5522 default tip

run/mini/naked_asm5: New x86_64 ABI passes the arguments in reverse order.
author David Nadlinger <code@klickverbot.at>
date Sat, 23 Apr 2011 22:57:32 +0200
parents b3d4452d48ac
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1150
0acada9a9731 updated misc tools
thomask
parents:
diff changeset
1 #!/bin/bash
0acada9a9731 updated misc tools
thomask
parents:
diff changeset
2
1250
5f46d690a3aa * updated results to 0.175
thomask
parents: 1150
diff changeset
3 rm -rf ./tmp2
5f46d690a3aa * updated results to 0.175
thomask
parents: 1150
diff changeset
4 mkdir -p ./tmp2
1150
0acada9a9731 updated misc tools
thomask
parents:
diff changeset
5
1250
5f46d690a3aa * updated results to 0.175
thomask
parents: 1150
diff changeset
6 for A in `ls ./raw_results/linux-amd64_dmd-0.17*bz2 raw_results/linux-amd64_gdc-0.19.log.bz2`; do
5f46d690a3aa * updated results to 0.175
thomask
parents: 1150
diff changeset
7 B=`echo $A | sed s/raw_results/tmp2/ | sed s/\.bz2//`
5f46d690a3aa * updated results to 0.175
thomask
parents: 1150
diff changeset
8 bunzip2 < $A > $B
5f46d690a3aa * updated results to 0.175
thomask
parents: 1150
diff changeset
9 touch -r $A $B
5f46d690a3aa * updated results to 0.175
thomask
parents: 1150
diff changeset
10 done
1150
0acada9a9731 updated misc tools
thomask
parents:
diff changeset
11
0acada9a9731 updated misc tools
thomask
parents:
diff changeset
12 ./log genReport . \
1264
b3d4452d48ac added DMD-0.177's results
thomask
parents: 1250
diff changeset
13 --./tmp2/linux-amd64_dmd-0.177.log \
b3d4452d48ac added DMD-0.177's results
thomask
parents: 1250
diff changeset
14 ./tmp2/linux-amd64_dmd-0.175.log \
1250
5f46d690a3aa * updated results to 0.175
thomask
parents: 1150
diff changeset
15 ./tmp2/linux-amd64_gdc-0.19.log
1150
0acada9a9731 updated misc tools
thomask
parents:
diff changeset
16
1250
5f46d690a3aa * updated results to 0.175
thomask
parents: 1150
diff changeset
17 mv www/results.html www/results.short.html