Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(271)

Unified Diff: tests/spec2k/run_all.sh

Issue 6665045: Added new config for pnacl2 bot to test spec 2k in train mode for all platfor... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « buildbot/buildbot_selector.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/spec2k/run_all.sh
===================================================================
--- tests/spec2k/run_all.sh (revision 4565)
+++ tests/spec2k/run_all.sh (working copy)
@@ -28,11 +28,9 @@
# verification time will be part of overall benchmarking time
# export VERIFY=no
export VERIFY=${VERIFY:-yes}
-
+export MAKEOPTS=${MAKEOPTS:-}
export PERF_LOGGER="$(pwd)/emit_perf_log.sh"
-# Pick a setup
-
######################################################################
# Helper
######################################################################
@@ -439,7 +437,7 @@
Banner "Building: $i"
cd $i
- make measureit=${timeit} PERF_LOGGER="${PERF_LOGGER}" ${i#*.}.${SUFFIX}
+ make ${MAKEOPTS} measureit=${timeit} PERF_LOGGER="${PERF_LOGGER}" ${i#*.}.${SUFFIX}
cd ..
done
}
« no previous file with comments | « buildbot/buildbot_selector.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698