gunnarmorling / 1brc

1️⃣🐝🏎️ The One Billion Row Challenge -- A fun exploration of how quickly 1B rows from a text file can be aggregated with Java
https://www.morling.dev/blog/one-billion-row-challenge/
Apache License 2.0
6.09k stars 1.83k forks source link

Add 1B rows test to CI test #546

Open gunnarmorling opened 8 months ago

gunnarmorling commented 8 months ago

As the file is large, we'd probably have to recreate it as part of the build and create the expected output using one of the fastest known-to-work entries.