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

File diff suppressed because it is too large Load diff

View file

@ -669,7 +669,8 @@ TEST_CASE("regression tests")
{
"test/data/regression/floats.json",
"test/data/regression/signed_ints.json",
"test/data/regression/unsigned_ints.json"
"test/data/regression/unsigned_ints.json",
"test/data/regression/small_signed_ints.json"
})
{
CAPTURE(filename)