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

Unified Diff: tools/telemetry/unittest_data/test.json

Issue 748013003: Better error messages on archive failures, and stop running with partial page sets in user_story_ru… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fail more gracefully with warnings instead of exceptions. Created 6 years 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/telemetry/unittest_data/test.json
diff --git a/tools/perf/page_sets/data/html5gaming.json b/tools/telemetry/unittest_data/test.json
similarity index 68%
copy from tools/perf/page_sets/data/html5gaming.json
copy to tools/telemetry/unittest_data/test.json
index a50abc33b2b4e1703b3ff397f8e472b5d00f0bd0..6f769e503d63eac4404b617be15a8e35069f0ca8 100644
--- a/tools/perf/page_sets/data/html5gaming.json
+++ b/tools/telemetry/unittest_data/test.json
@@ -1,8 +1,8 @@
{
"description": "Describes the Web Page Replay archives for a page set. Don't edit by hand! Use record_wpr for updating.",
"archives": {
- "html5gaming_000.wpr": [
- "http://html5-benchmark.com/"
+ "test_000.wpr": [
+ "http://127.0.0.1:62350/blank.html"
]
}
}

Powered by Google App Engine
This is Rietveld 408576698