Skip to content

Commit 3503f05

Browse files
committed
docs(parser): remove old FAQ as perf is a moving target now
1 parent 245e18e commit 3503f05

File tree

1 file changed

+0
-52
lines changed

1 file changed

+0
-52
lines changed

docs/utilities/parser.md

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -540,55 +540,3 @@ If what you're trying to use isn't available as part of the high level import sy
540540
```python title="Pydantic import escape hatch"
541541
from aws_lambda_powertools.utilities.parser.pydantic import <what you'd like to import'>
542542
```
543-
544-
**What is the cold start impact in bringing this additional dependency?**
545-
546-
No significant cold start impact. It does increase the final uncompressed package by **71M**, when you bring the additional dependency that parser requires.
547-
548-
Artillery load test sample against a [hello world sample](https://github.com/aws-samples/cookiecutter-aws-sam-python) using Tracer, Metrics, and Logger with and without parser.
549-
550-
**No parser**
551-
552-
???+ info
553-
**Uncompressed package size**: 55M, **p99**: 180.3ms
554-
555-
```javascript
556-
Summary report @ 14:36:07(+0200) 2020-10-23
557-
Scenarios launched: 10
558-
Scenarios completed: 10
559-
Requests completed: 2000
560-
Mean response/sec: 114.81
561-
Response time (msec):
562-
min: 54.9
563-
max: 1684.9
564-
median: 68
565-
p95: 109.1
566-
p99: 180.3
567-
Scenario counts:
568-
0: 10 (100%)
569-
Codes:
570-
200: 2000
571-
```
572-
573-
**With parser**
574-
575-
???+ info
576-
**Uncompressed package size**: 128M, **p99**: 193.1ms
577-
578-
```javascript
579-
Summary report @ 14:29:23(+0200) 2020-10-23
580-
Scenarios launched: 10
581-
Scenarios completed: 10
582-
Requests completed: 2000
583-
Mean response/sec: 111.67
584-
Response time (msec):
585-
min: 54.3
586-
max: 1887.2
587-
median: 66.1
588-
p95: 113.3
589-
p99: 193.1
590-
Scenario counts:
591-
0: 10 (100%)
592-
Codes:
593-
200: 2000
594-
```

0 commit comments

Comments
 (0)