Add benchmark for small integers

This benchmark is a sample of 1 million "small" integers
in range [-1000000 1000000) sampled from uniform distribution.
This commit is contained in:
Isaac Nickaein 2019-01-01 07:45:58 -08:00
parent 6503e83e74
commit be9b4cbd60
4 changed files with 1000023 additions and 16 deletions

View file

@ -19,6 +19,7 @@ file(COPY ${CMAKE_SOURCE_DIR}/data DESTINATION .)
file(COPY ${CMAKE_SOURCE_DIR}/../test/data/regression/floats.json
${CMAKE_SOURCE_DIR}/../test/data/regression/unsigned_ints.json
${CMAKE_SOURCE_DIR}/../test/data/regression/signed_ints.json
${CMAKE_SOURCE_DIR}/../test/data/regression/small_signed_ints.json
DESTINATION data/numbers)
# benchmark binary