From 723cc6a33bd77a080f9491a48bb71860a166d0b5 Mon Sep 17 00:00:00 2001 From: Alexander Yastrebov Date: Thu, 4 Jan 2024 21:12:20 +0100 Subject: test: add sample with 10k unique keys Input created via ```sh bash -c 'for i in {1..10000} ; do echo "id$i;0.0" ; done' >./src/test/resources/samples/measurements-10000-unique-keys.txt ``` and output via baseline implementation. Keys are short and very similar which improves chances for collision and hence are good for testing. Fixes #91 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9259014..6357f90 100644 --- a/.gitignore +++ b/.gitignore @@ -43,5 +43,5 @@ out/ # 1BRC /measurements*.txt -*.out +/*.out out_expected.txt -- cgit v1.2.3