Skip to content

Latest 9.0.7 seems to introduce indirect performance issues #211

@nulltoken

Description

@nulltoken

👋

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions