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

Unified Diff: experimental/chrome_speed_metrics/scripts/url_to_bigstore_path.sh

Issue 3015613002: Add data processing scripts for chrome-speed-metrics
Patch Set: Created 3 years, 3 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 | « experimental/chrome_speed_metrics/scripts/parse_ctp_results.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/chrome_speed_metrics/scripts/url_to_bigstore_path.sh
diff --git a/experimental/chrome_speed_metrics/scripts/url_to_bigstore_path.sh b/experimental/chrome_speed_metrics/scripts/url_to_bigstore_path.sh
new file mode 100755
index 0000000000000000000000000000000000000000..2afb73b4034c9f1a22a4d3a34110ac928a25d02d
--- /dev/null
+++ b/experimental/chrome_speed_metrics/scripts/url_to_bigstore_path.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+set -euo pipefail
+sed 's|https://console.developers.google.com/m/cloudstorage/b|/bigstore|g' "$1" | sed 's|/o/|/|g'
« no previous file with comments | « experimental/chrome_speed_metrics/scripts/parse_ctp_results.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698