diff options
| author | Alexander Yastrebov <yastrebov.alex@gmail.com> | 2024-01-04 21:12:20 +0100 |
|---|---|---|
| committer | Gunnar Morling <gunnar.morling@googlemail.com> | 2024-01-04 21:39:04 +0100 |
| commit | 723cc6a33bd77a080f9491a48bb71860a166d0b5 (patch) | |
| tree | 4b1cb418021c1a69eaca42ba2957ed14d8922702 /tocsv.sh | |
| parent | e1a68328376356d8c14234011d7b8ed35e9b315b (diff) | |
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
Diffstat (limited to 'tocsv.sh')
0 files changed, 0 insertions, 0 deletions
