Make a test less intensive by default

This commit is contained in:
Justine Tunney 2024-07-07 19:35:09 -07:00
parent 3f2a1b696e
commit 63065cdd70
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -190,7 +190,7 @@ BENCH(bulk_free, bench) {
#define ITERATIONS 1000
#define THREADS 10
#define SIZE (2 * 1024 * 1024)
#define SIZE 1024
void *Worker(void *arg) {
for (int i = 0; i < ITERATIONS; ++i) {