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
This commit is contained in:
Alexander Yastrebov
2024-01-04 21:12:20 +01:00
committed by Gunnar Morling
parent e1a6832837
commit 723cc6a33b
3 changed files with 10002 additions and 1 deletions

2
.gitignore vendored
View File

@@ -43,5 +43,5 @@ out/
# 1BRC
/measurements*.txt
*.out
/*.out
out_expected.txt