Bump to 64 threads for regular benchmarking machine

This commit is contained in:
Charlie Curtsinger 2020-01-02 11:39:04 -06:00
parent 13dbc3cccf
commit 6ab3993aa0
4 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
#include <coz.h>
#define THREAD_COUNT 32
#define THREAD_COUNT 64
#define INSERTIONS_PER_THREAD 10000
void* thread_fn(void* arg) {

View File

@ -7,7 +7,7 @@
#include <coz.h>
#define THREAD_COUNT 32
#define THREAD_COUNT 64
#define INSERTIONS_PER_THREAD 10000
void* thread_fn(void* arg) {

Binary file not shown.