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

Unified Diff: tools/perf/PRESUBMIT.py

Issue 2754883002: Generating benchmark.csv file (Closed)
Patch Set: Created 3 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
Index: tools/perf/PRESUBMIT.py
diff --git a/tools/perf/PRESUBMIT.py b/tools/perf/PRESUBMIT.py
index c753c2acef81ee44596cfd7fe1912f86905ad9a7..5c02969c992563f15e961787aadec1c855f7049b 100644
--- a/tools/perf/PRESUBMIT.py
+++ b/tools/perf/PRESUBMIT.py
@@ -54,7 +54,7 @@ def _CheckPerfJsonUpToDate(input_api, output_api):
perf_dir = input_api.PresubmitLocalPath()
out, return_code = _RunArgs([
input_api.python_executable,
- input_api.os_path.join(perf_dir, 'generate_perf_json'),
+ input_api.os_path.join(perf_dir, 'generate_perf_data'),
'--validate-only'], input_api)
if return_code:
results.append(output_api.PresubmitError(

Powered by Google App Engine
This is Rietveld 408576698