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

Unified Diff: courgette/analyze_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 | « no previous file | courgette/analyze_stress_test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/analyze_mem_test
diff --git a/courgette/analyze_mem_test b/courgette/analyze_mem_test
index 9470fa2fc908f3a784dce2122f378268a9c208c5..1e729398114dc36cd72f34bb0c855774325ff3f8 100755
--- a/courgette/analyze_mem_test
+++ b/courgette/analyze_mem_test
@@ -6,9 +6,7 @@
# Produce memory metrics for run_apply_test
-error() {
- echo "error: ${@}" >&2
-}
+source "$(dirname ${0})/stress_test_common"
compute_percentiles() {
if [ -z "${1}" ]; then
« no previous file with comments | « no previous file | courgette/analyze_stress_test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698