From 79fb12ec6ff62a179e39e4433829aec451793b69 Mon Sep 17 00:00:00 2001 From: esquizo Date: Thu, 21 May 2026 22:06:58 -0300 Subject: libphysics/test: aumentada a pressão dos testes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libphysics/test/perf.c | 2 +- libphysics/test/vis.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libphysics/test') 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 #include -#define SBODY 2048 +#define SBODY 8192 #define FLOAT_RAND (2 * (rand() / (float)RAND_MAX) - 1) int diff --git a/libphysics/test/vis.c b/libphysics/test/vis.c index 30688df..63e2b9d 100644 --- a/libphysics/test/vis.c +++ b/libphysics/test/vis.c @@ -7,7 +7,7 @@ #include "../dat.h" -#define SBODY 2048 +#define SBODY 4096 static void process_events(void); static void render(void); -- cgit v1.2.3