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

Side by Side 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 unified diff | 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 »
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|https://console.developers.google.com/m/cloudstorage/b|/bigstore|g' "$1" | sed 's|/o/|/|g'
OLDNEW
« 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