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

Unified Diff: experimental/chrome_speed_metrics/scripts/bigstore_path_to_url.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 | « no previous file | experimental/chrome_speed_metrics/scripts/ct_csv_to_traces.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/chrome_speed_metrics/scripts/bigstore_path_to_url.sh
diff --git a/experimental/chrome_speed_metrics/scripts/bigstore_path_to_url.sh b/experimental/chrome_speed_metrics/scripts/bigstore_path_to_url.sh
new file mode 100755
index 0000000000000000000000000000000000000000..38e48f261da61168aca161b545e13aab6bc11b9f
--- /dev/null
+++ b/experimental/chrome_speed_metrics/scripts/bigstore_path_to_url.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+set -euo pipefail
+sed 's|/bigstore|https://console.developers.google.com/m/cloudstorage/b|g' "$1" | sed 's|-output/|-output/o/|g'
« no previous file with comments | « no previous file | experimental/chrome_speed_metrics/scripts/ct_csv_to_traces.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698