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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/bin/bash
2 set -euo pipefail
3 sed 's|/bigstore|https://console.developers.google.com/m/cloudstorage/b|g' "$1" | sed 's|-output/|-output/o/|g'
OLDNEW
« 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