diff options
| author | esquizo <esquizo+noreply@esquizo.net> | 2026-05-21 22:06:58 -0300 |
|---|---|---|
| committer | esquizo <esquizo+noreply@esquizo.net> | 2026-05-21 22:06:58 -0300 |
| commit | 79fb12ec6ff62a179e39e4433829aec451793b69 (patch) | |
| tree | f9ada9760b1cc4e42856a21bf27c710acc6256fa | |
| parent | d8f039e1d22bc5e29b4a912161bd4989437e7ae0 (diff) | |
libphysics/test: aumentada a pressão dos testes
| -rw-r--r-- | libphysics/test/perf.c | 2 | ||||
| -rw-r--r-- | libphysics/test/vis.c | 2 |
2 files changed, 2 insertions, 2 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 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); |
