mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-06 20:52:29 +00:00
Work around QEMU bugs
This commit is contained in:
parent
f7780de24b
commit
f590e96abd
4 changed files with 12 additions and 6 deletions
|
@ -190,7 +190,7 @@ BENCH(bulk_free, bench) {
|
|||
|
||||
#define ITERATIONS 1000
|
||||
#define THREADS 10
|
||||
#define SIZE (256 * 1024)
|
||||
#define SIZE (2 * 1024 * 1024)
|
||||
|
||||
void *Worker(void *arg) {
|
||||
for (int i = 0; i < ITERATIONS; ++i) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue