event-catalog / generator-asyncapi

AsyncAPI generator for EventCatalog
https://www.eventcatalog.dev/docs/development/integrations/async-api/intro
Other
9 stars 4 forks source link

Slowness in generator #91

Open HansMartinJ opened 1 week ago

HansMartinJ commented 1 week ago

I tried this:

clone https://github.com/HansMartinJ/eventcatalog-sample-schema-generation-bug time npm run generate

npm install @eventcatalog/generator-asyncapi@2.0.0

time npm run generate

This happened:

2.0.0: Executed in 2.18 secs 2.5.1: Executed in 9.74 secs

I expected this:

No response

Is there a workaround?

No response

Anything else?

No response

EventCatalog Version

-

Node.js Version

v23.1.0

Platform(s)

No response

Community Notes

HansMartinJ commented 1 week ago

Config:

asyncAPI: { renderParsedSchemas: false // default is true }, saveParsedSpecFile: true, parseSchemas: false, debug: true