Work around QEMU bugs

This commit is contained in:
Justine Tunney 2024-07-07 15:42:46 -07:00
parent f7780de24b
commit f590e96abd
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
4 changed files with 12 additions and 6 deletions

View file

@ -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) {