1brc/src
Alexander Yastrebov 723cc6a33b 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
2024-01-04 21:39:04 +01:00
..
main Adding a missing new line 2024-01-04 21:32:02 +01:00
test/resources test: add sample with 10k unique keys 2024-01-04 21:39:04 +01:00