Skip to content

Commit

Permalink
Merge pull request #3312 from jonjove/fix-contributing
Browse files Browse the repository at this point in the history
Fix typo BATCH_SIZE -> BATCHSIZE in CONTRIBUTING.md

Reviewed-by: MonsieurNicolas
  • Loading branch information
latobarita committed Jan 15, 2022
2 parents 48dcc21 + 9e9a461 commit b0176e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ The `make check` command runs tests and supports parallelization. This functiona
* `TEST_SPEC`: Used to run just a subset of the tests (default: "~[.]")
* `NUM_PARTITIONS`: Partitions the test suite (after applying `TEST_SPEC`) into
`$NUM_PARTITIONS` disjoint sets (default: 1)
* `BATCH_SIZE`: The number of tests to be batched together to reduce setup overhead. (default: 5)
* `BATCHSIZE`: The number of tests to be batched together to reduce setup overhead. (default: 5)
* `RUN_PARTITIONS`: Run only a subset of the partitions, indexed from 0
(default: "$(seq 0 $((NUM_PARTITIONS-1)))")
* `TEMP_POSTGRES`: Automatically generates temporary database clusters instead
Expand Down

0 comments on commit b0176e4

Please sign in to comment.