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:
parent
6503e83e74
commit
be9b4cbd60
4 changed files with 1000023 additions and 16 deletions
1000002
test/data/regression/small_signed_ints.json
Executable file
1000002
test/data/regression/small_signed_ints.json
Executable file
File diff suppressed because it is too large
Load diff
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue