Skip to content

Commit

Permalink
test: adjust perf bar to flaky/CI machines
Browse files Browse the repository at this point in the history
  • Loading branch information
heitorlessa committed Mar 4, 2021
1 parent 8dfbef9 commit fcdbeb8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/performance/test_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
from aws_lambda_powertools.metrics import MetricUnit
from aws_lambda_powertools.metrics import metrics as metrics_global

METRICS_VALIDATION_SLA: float = 0.001
METRICS_SERIALIZATION_SLA: float = 0.001
# adjusted for slower machines in CI too
METRICS_VALIDATION_SLA: float = 0.0013
METRICS_SERIALIZATION_SLA: float = 0.0013


@contextmanager
Expand Down

0 comments on commit fcdbeb8

Please sign in to comment.