Skip to content

Commit

Permalink
Adding commands to README to launch BigSanity for each project
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Jan 14, 2016
1 parent 034ef1c commit 1ab5235
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Expand Up @@ -16,3 +16,17 @@ To install BigSanity's required Python packages:
To install the Python packages required to run BigSanity's test suite:

`pip install -r test-requirements.txt`

# Performing Sanity Checks

The following commands will perform full sanity checks with BigSanity from the
start of each project until the present. The interval lengths are chosen to be
large enough to minimize total number of queries, but small enough to not
exhaust BigQuery resources.

```
python bigsanity/bigsanity.py --project 0 --start_date 2009-02-11 --interval_months 5
python bigsanity/bigsanity.py --project 1 --start_date 2009-02-11 --interval_months 36
python bigsanity/bigsanity.py --project 2 --start_date 2009-08-24 --interval_days 3
python bigsanity/bigsanity.py --project 3 --start_date 2013-05-08 --interval_days 4
```

0 comments on commit 1ab5235

Please sign in to comment.