We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17008f2 commit 3b0bfdbCopy full SHA for 3b0bfdb
tests/performance/test_metrics.py
@@ -10,8 +10,8 @@
10
from aws_lambda_powertools.metrics import metrics as metrics_global
11
12
# adjusted for slower machines in CI too
13
-METRICS_VALIDATION_SLA: float = 0.0013
14
-METRICS_SERIALIZATION_SLA: float = 0.0013
+METRICS_VALIDATION_SLA: float = 0.0019
+METRICS_SERIALIZATION_SLA: float = 0.0019
15
16
17
@contextmanager
0 commit comments