Skip to content

Commit

Permalink
[DDT] [tdx-guest] Test Enhance: update mem accept baseline
Browse files Browse the repository at this point in the history
for unknown reason on TDX upstream R&D setup environment, several mem
accept full mem consumed time increased, revise baseline data based on
that, confirmed as non-kernel performance regression but test
environment changing introduced

[Test Components] tdx-guest
[Test Types] func
[Supported Devices] spr,emr,gnr,srf

Signed-off-by: Hongyu Ning <[email protected]>
  • Loading branch information
hongyuni committed May 24, 2024
1 parent d0e26a0 commit 045a84f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions BM/tdx-guest/tdx_mem_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,14 @@ case "$MEM_CASE" in
ebizzy_func
;;
MEM_ACPT_T_1C_8G_1W)
# expected 19secs in case of
# expected 24secs in case of
# 1VCPU + 8G MEM + 1 mem stress process
mem_accepted_time 19 1
mem_accepted_time 24 1
;;
MEM_ACPT_T_1C_8G_8W)
# expected 15secs in case of
# expected 19secs in case of
# 1VCPU + 8G MEM + 8 mem stress processes
mem_accepted_time 15 8
mem_accepted_time 19 8
;;
MEM_ACPT_T_1C_32G_1W)
# expected 119secs in case of
Expand Down Expand Up @@ -162,9 +162,9 @@ case "$MEM_CASE" in
mem_accepted_time 34 1
;;
MEM_ACPT_T_32C_16G_32W)
# expected 5secs in case of
# expected 6secs in case of
# 32VCPU + 16G MEM + 32 mem stress processes
mem_accepted_time 5 32
mem_accepted_time 6 32
;;
MEM_ACPT_T_32C_32G_1W)
# expected 80secs in case of
Expand Down

0 comments on commit 045a84f

Please sign in to comment.