Skip to content

Commit

Permalink
benchmark: tune perf.cfg for longer execution times
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Michalski <jan.michalski@intel.com>
  • Loading branch information
janekmi committed Apr 3, 2024
1 parent 635924d commit 58038b7
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 58038b7

Please sign in to comment.