Path: blob/main/benchmarks/libmicro/files/patch-multiview.sh
18878 views
--- multiview.sh.orig 2011-05-11 00:58:23 UTC1+++ multiview.sh2@@ -38,15 +38,15 @@3# the redder the color, the slower the result, the greener the4# faster56-/bin/nawk ' BEGIN {7+/usr/bin/awk ' BEGIN {8benchmark_count = 0;9header_count = 0;10}11/^#/ {12- continue;13+ next;14}15/errors/ {16- continue;17+ next;18}19/^\!/ {20split($0, A_header, ":");21@@ -57,7 +57,7 @@22header_names[name] = ++header_count;23headers[header_count] = name;24}25- continue;26+ next;27}2829{30@@ -136,7 +136,7 @@ END {3132for (j = 2; j < ARGC; j++)33printf("<td>%s</td>\n", "not computed");34- continue;35+ next;36}3738for (j = 2; j < ARGC; j++) {394041