Skip to content

Commit

Permalink
Merge pull request #6072 from pmem/pmem-benchmark-p2
Browse files Browse the repository at this point in the history
benchmark: tune perf.cfg for longer execution times
  • Loading branch information
janekmi authored Apr 4, 2024
2 parents 6d5e095 + 58038b7 commit e798397
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/benchmarks/perf.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ repeats = 3
[obj_tx_alloc_small_v_thread]
bench = obj_tx_alloc
group = pmemobj
ops-per-thread = 200000
threads = 1:+1:32
ops-per-thread = 6000000
threads = 1:*2:32
type-number = per-thread
data-size = 256

Expand All @@ -33,8 +33,8 @@ data-size = 64:*2:32768
[obj_pmalloc_small_v_threads]
bench = pmalloc
group = pmemobj
ops-per-thread = 200000
threads = 1:+1:32
ops-per-thread = 2000000
threads = 1:*2:32
data-size = 100

# pmalloc (size = 128k) vs threads
Expand Down

0 comments on commit e798397

Please sign in to comment.