mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 06:53:33 +00:00
Make a test less intensive by default
This commit is contained in:
parent
3f2a1b696e
commit
63065cdd70
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue