Skip to content
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(load): respect filters in DEBUG env var #5715

Merged
merged 1 commit into from
Nov 23, 2023
Merged

Conversation

ardatan
Copy link
Owner

@ardatan ardatan commented Nov 23, 2023

Fixes #4777
Closes #4886

Copy link

changeset-bot bot commented Nov 23, 2023

🦋 Changeset detected

Latest commit: 7b1f327

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@graphql-tools/utils Patch
@graphql-tools/load Patch
@graphql-tools/node-require Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

✅ Benchmark Results

     ✓ no_errors
     ✓ expected_result

     checks.........................: 100.00% ✓ 336       ✗ 0  
     data_received..................: 39 MB   3.9 MB/s
     data_sent......................: 144 kB  14 kB/s
     http_req_blocked...............: avg=3.92µs   min=1.94µs   med=2.51µs   max=168.41µs p(90)=3.85µs   p(95)=4.39µs  
     http_req_connecting............: avg=621ns    min=0s       med=0s       max=104.46µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=55.28ms  min=47.15ms  med=52.28ms  max=142.08ms p(90)=63.19ms  p(95)=85.95ms 
       { expected_response:true }...: avg=55.28ms  min=47.15ms  med=52.28ms  max=142.08ms p(90)=63.19ms  p(95)=85.95ms 
     http_req_failed................: 0.00%   ✓ 0         ✗ 168
     http_req_receiving.............: avg=163.73µs min=102.43µs med=130.94µs max=4.83ms   p(90)=153.71µs p(95)=172.08µs
     http_req_sending...............: avg=26.09µs  min=19.81µs  med=23.43µs  max=130.34µs p(90)=29.41µs  p(95)=32.65µs 
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=55.09ms  min=47ms     med=52.08ms  max=141.72ms p(90)=63.01ms  p(95)=85.79ms 
     http_reqs......................: 168     16.795158/s
     iteration_duration.............: avg=59.52ms  min=50.63ms  med=56.41ms  max=145.9ms  p(90)=70.38ms  p(95)=92.25ms 
     iterations.....................: 168     16.795158/s
     vus............................: 1       min=1       max=1
     vus_max........................: 1       min=1       max=1

Copy link
Contributor

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-tools/load 8.0.1-alpha-20231123133003-7b1f3276 npm ↗︎ unpkg ↗︎
@graphql-tools/merge 9.0.1-alpha-20231123133003-7b1f3276 npm ↗︎ unpkg ↗︎
@graphql-tools/node-require 7.0.1-alpha-20231123133003-7b1f3276 npm ↗︎ unpkg ↗︎
@graphql-tools/schema 10.0.2-alpha-20231123133003-7b1f3276 npm ↗︎ unpkg ↗︎
@graphql-tools/utils 10.0.10-alpha-20231123133003-7b1f3276 npm ↗︎ unpkg ↗︎

@ardatan ardatan merged commit d3fe8d8 into master Nov 23, 2023
29 checks passed
@ardatan ardatan deleted the debug-env-var-filter branch November 23, 2023 13:32
Copy link
Contributor

💻 Website Preview

The latest changes are available as preview in: https://6afb2d0a.graphql-tools.pages.dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@graphql-tools/load outputs debug logs for any value of DEBUG
1 participant