diff options
Diffstat (limited to 'libphysics/test/perf.c')
| -rw-r--r-- | libphysics/test/perf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libphysics/test/perf.c b/libphysics/test/perf.c index 67999be..7e2dd51 100644 --- a/libphysics/test/perf.c +++ b/libphysics/test/perf.c @@ -3,7 +3,7 @@ #include <physics.h> #include <assert.h> -#define SBODY 2048 +#define SBODY 8192 #define FLOAT_RAND (2 * (rand() / (float)RAND_MAX) - 1) int |
