From 9e9a4612efee0625f76823f65427027d54a933a6 Mon Sep 17 00:00:00 2001 From: Jonathan Jove Date: Thu, 13 Jan 2022 15:01:01 -0600 Subject: [PATCH] Fix typo BATCH_SIZE -> BATCHSIZE in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e7bbe33afc..5ff8c7d0d2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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