diff options
Diffstat (limited to 'tests/embind/embind_benchmark.cpp')
-rw-r--r-- | tests/embind/embind_benchmark.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/embind/embind_benchmark.cpp b/tests/embind/embind_benchmark.cpp index 4a472686..8ce33bc8 100644 --- a/tests/embind/embind_benchmark.cpp +++ b/tests/embind/embind_benchmark.cpp @@ -284,7 +284,7 @@ void __attribute__((noinline)) sum_float_benchmark() void __attribute__((noinline)) move_gameobjects_benchmark() { - const int N = 100000; + const int N = 10000; GameObjectPtr objects[N]; for(int i = 0; i < N; ++i) objects[i] = create_game_object(); |