Skip to content

Commit 97c5842

Browse files
committed
Ritual.
1 parent 055da47 commit 97c5842

File tree

3 files changed

+1033
-2
lines changed

3 files changed

+1033
-2
lines changed

src/microbenchmark-pages-new.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ T abs(T x) {
5757
} // namespace
5858

5959
#ifndef N
60-
#define N 10'000 // Number of pages.
60+
#define N 15'000 // Number of pages.
6161
#endif
6262

6363
#ifndef OBJECT_SIZE
6464
#define OBJECT_SIZE 32 // Size of objects.
6565
#endif
6666

6767
#ifndef ITERATIONS
68-
#define ITERATIONS 40'000
68+
#define ITERATIONS 100'000
6969
#endif
7070

7171
#define MAX_OBJECTS (N * PAGE_SIZE / OBJECT_SIZE + 1)

0 commit comments

Comments
 (0)