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 & |