Skip to content

Commit

Permalink
fix: Set footprint threshold to 3
Browse files Browse the repository at this point in the history
Signed-off-by: Cherry Wang <cherry@iotechsys.com>
  • Loading branch information
cherrycl committed Oct 15, 2024
1 parent 66e4bbd commit d1d231a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TAF/config/performance-metrics/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

# Footprint threshold value
# ex. 1.5 = prior release + 50%
FOOTPRINT_THRESHOLD = 2.1
FOOTPRINT_THRESHOLD = 3

# Suite: 2_service_startup_time
# Retry setting to fetch service startup time
Expand Down

0 comments on commit d1d231a

Please sign in to comment.