-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Do not reuse requestOptions
object
#3959
Conversation
Overall package sizeSelf size: 5.84 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3959 +/- ##
=======================================
Coverage 85.02% 85.02%
=======================================
Files 238 238
Lines 10192 10192
Branches 33 33
=======================================
Hits 8666 8666
Misses 1526 1526 ☔ View full report in Codecov by Sentry. |
BenchmarksBenchmark execution time: 2024-01-12 07:37:30 Comparing candidate commit 32cfcf3 in PR branch Found 1 performance improvements and 0 performance regressions! Performance is the same for 260 metrics, 5 unstable metrics. scenario:plugin-graphql-with-depth-off-18
|
* fix: Do not reuse `requestOptions` object * rearrange RC http options * update tests --------- Co-authored-by: Tom Moor <tom.moor@gmail.com>
* fix: Do not reuse `requestOptions` object * rearrange RC http options * update tests --------- Co-authored-by: Tom Moor <tom.moor@gmail.com>
* fix: Do not reuse `requestOptions` object * rearrange RC http options * update tests --------- Co-authored-by: Tom Moor <tom.moor@gmail.com>
* fix: Do not reuse `requestOptions` object * rearrange RC http options * update tests --------- Co-authored-by: Tom Moor <tom.moor@gmail.com>
* fix: Do not reuse `requestOptions` object * rearrange RC http options * update tests --------- Co-authored-by: Tom Moor <tom.moor@gmail.com>
* fix: Do not reuse `requestOptions` object * rearrange RC http options * update tests --------- Co-authored-by: Tom Moor <tom.moor@gmail.com>
Recreates #3847