diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2021-01-29 18:50:12 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2021-01-29 18:50:12 -0300 |
| commit | 6142e853fa2cf1c1be695ca7cce121e48b177d7b (patch) | |
| tree | c9741dadfae904ae3d9880b86080e5fdb8963cee /Makefile | |
| parent | a1698ec97a1c473925cf42526c23882e279a48d1 (diff) | |
| download | csv-hasher-6142e853fa2cf1c1be695ca7cce121e48b177d7b.tar.gz csv-hasher-6142e853fa2cf1c1be695ca7cce121e48b177d7b.tar.bz2 | |
Feat: change default and test params; use return status
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,10 +2,10 @@ # Makefile for csv-hasher # -CHUNKSIZE = 10000 -CHECK_LINES = 20 -SAMPLE_ITERATIONS = 1000 -SAMPLE_ROWS_PER_ITERATION = 1000 +CHUNKSIZE = 64K +CHECK_LINES = 16 +SAMPLE_ITERATIONS = 1024 +SAMPLE_ROWS_PER_ITERATION = 1024 TESTS = tests COLNAME = id SAMPLE = $(TESTS)/sample.csv |
