Skip to content
Snippets Groups Projects
Commit 2d0da70f authored by Florian Fischer's avatar Florian Fischer
Browse files

increase samples

parent 0023360a
Branches
No related tags found
No related merge requests found
......@@ -8,8 +8,8 @@
void init(int fd);
int64_t do_write(int fd, const void* buf, size_t count);
const size_t warmup = 1000;
const size_t iterations = 100000;
const size_t warmup = 10000;
const size_t iterations = 1000000;
#define BUFSIZE 64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment