From 6142e853fa2cf1c1be695ca7cce121e48b177d7b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 29 Jan 2021 18:50:12 -0300 Subject: Feat: change default and test params; use return status --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8732717..df79e73 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3