-
-
Notifications
You must be signed in to change notification settings - Fork 239
Closed
Description
👋
While upgrading some indirect dependencies, we've bumped into some performance regressions.
Running time getHttpOperationsFromSpec
(from prism-cli) against the same large(15Mb+) openapi 3.x document, exposing 750+ endpoints, shows a great difference in execution duration, depending on the underlying json-schema-ref-parser
version.
[email protected]
Converting routing definition '2b45bad3192bfc652c94d60c869dab50f4d7a3bc' to Prism format: 748.239ms
[email protected]
Converting routing definition '2b45bad3192bfc652c94d60c869dab50f4d7a3bc' to Prism format: 1:03.202 (m:ss.mmm)
I can consistently repro this on my side. Have you noticed a similar behavior on your side? Wouldn't that be the case, I could try and build up a repro case.
/cc @P0lip @XVincentX
Metadata
Metadata
Assignees
Labels
No labels