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

Unified Diff: courgette/run_mem_test

Issue 22935012: Factored common functionality out of the Courgette stress test scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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 | « courgette/analyze_stress_test ('k') | courgette/run_stress_test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/run_mem_test
diff --git a/courgette/run_mem_test b/courgette/run_mem_test
index 07a8e5bfa50840c63cd0f5ca7138f681bf933ad5..7f3640aab0f16e1d1f8287d1d4364a28d84f7b8b 100755
--- a/courgette/run_mem_test
+++ b/courgette/run_mem_test
@@ -6,9 +6,7 @@
# Collect memory usage on the patches from run_stress_test
-error() {
- echo "error: ${@}" >&2
-}
+source "$(dirname ${0})/stress_test_common"
main() {
if [ $# -lt 1 ]; then
« no previous file with comments | « courgette/analyze_stress_test ('k') | courgette/run_stress_test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698