Skip to content

Commit

Permalink
Bump to 64 threads for regular benchmarking machine
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurtsinger committed Jan 2, 2020
1 parent 13dbc3c commit 6ab3993
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarks/sqlite-modified/main.c
Expand Up @@ -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) {
Expand Down
Binary file modified benchmarks/sqlite-modified/sqlite-bench
Binary file not shown.
2 changes: 1 addition & 1 deletion benchmarks/sqlite/main.c
Expand Up @@ -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) {
Expand Down
Binary file modified benchmarks/sqlite/sqlite-bench
Binary file not shown.

0 comments on commit 6ab3993

Please sign in to comment.