diff --git a/examples/matt.cc b/examples/matt.cc index 4b73a80..1a70646 100644 --- a/examples/matt.cc +++ b/examples/matt.cc @@ -112,9 +112,9 @@ int main() test, num_keys>("parallel (64) shuffled", shuffle); - test, num_keys>("parallel (128) ordered ", noop); + test, num_keys>("parallel (256) ordered ", noop); - test, num_keys>("parallel (128) shuffled", shuffle); + test, num_keys>("parallel (256) shuffled", shuffle); }