-
Notifications
You must be signed in to change notification settings - Fork 275
Commit 784951d
Optimize the runOpenApi plugin
allow passing in an already dereferenced OpenAPI Document for plugins
that have large openapi specs like github. This takes the runtime for
Github from over 10s to ~1s on an M1 Max.
Adjust the github plugin to use this new capability by dereferencing on
plugin initialization, passing the derefed document to the runOpenApi
function.1 parent 3bf3ebf commit 784951d
1 file changed
+0
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
102 | - | ||
103 | 102 |
| |
104 | 103 |
| |
105 | 104 |
| |
|
0 commit comments