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

Unified Diff: commit-queue/tools/gather_stats.sh

Issue 135363007: Delete public commit queue to avoid confusion after move to internal repo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 6 years, 10 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 | « commit-queue/tools/count.py ('k') | commit-queue/tools/process.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: commit-queue/tools/gather_stats.sh
===================================================================
--- commit-queue/tools/gather_stats.sh (revision 249146)
+++ commit-queue/tools/gather_stats.sh (working copy)
@@ -1,23 +0,0 @@
-#!/bin/bash
-
-# Gather Blink stats.
-./stats.py \
- --modified-after=2013-11-01 \
- --modified-before=2013-12-01 \
- > blink-201311.out 2>&1 &
-./stats.py \
- --modified-after=2013-12-01 \
- --modified-before=2014-01-01 \
- > blink-201312.out 2>&1 &
-
-# Gather Chrome stats.
-./stats.py \
- --chrome \
- --modified-after=2013-11-01 \
- --modified-before=2013-12-01 \
- > chrome-201311.out 2>&1 &
-./stats.py \
- --chrome \
- --modified-after=2013-12-01 \
- --modified-before=2014-01-01 \
- > chrome-201312.out 2>&1 &
« no previous file with comments | « commit-queue/tools/count.py ('k') | commit-queue/tools/process.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698