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 issues with incorrect plugins setup for WASM #166

Merged
merged 1 commit into from
Nov 27, 2023
Merged

Conversation

dotansimha
Copy link
Member

Fixes #145

Copy link

github-actions bot commented Nov 27, 2023

✅ Benchmark Results

     data_received..................: 214 MB  2.7 MB/s
     data_sent......................: 665 MB  8.3 MB/s
     http_req_blocked...............: avg=2.68µs  min=581ns    med=1.43µs  max=31.56ms p(90)=1.9µs   p(95)=2.12µs 
     http_req_connecting............: avg=555ns   min=0s       med=0s      max=31.51ms p(90)=0s      p(95)=0s     
   ✓ http_req_duration..............: avg=4.22ms  min=61.91µs  med=2.27ms  max=65.4ms  p(90)=11.01ms p(95)=15.23ms
       { expected_response:true }...: avg=4.22ms  min=61.91µs  med=2.27ms  max=65.4ms  p(90)=11.01ms p(95)=15.23ms
   ✓ http_req_failed................: 0.00%   ✓ 0            ✗ 1687265
     http_req_receiving.............: avg=38.13µs min=6.27µs   med=15.53µs max=44.07ms p(90)=22.08µs p(95)=74.49µs
     http_req_sending...............: avg=15.2µs  min=3.61µs   med=7.73µs  max=34.19ms p(90)=10.48µs p(95)=14.15µs
     http_req_tls_handshaking.......: avg=0s      min=0s       med=0s      max=0s      p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=4.17ms  min=42.33µs  med=2.23ms  max=62ms    p(90)=10.92ms p(95)=15.12ms
     http_reqs......................: 1687265 21090.749981/s
     iteration_duration.............: avg=4.32ms  min=107.02µs med=2.35ms  max=80.77ms p(90)=11.16ms p(95)=15.4ms 
     iterations.....................: 1687265 21090.749981/s
     vus............................: 1       min=1          max=199  
     vus_max........................: 200     min=200        max=200  

Copy link

github-actions bot commented Nov 27, 2023

🐋 This PR was built and pushed to the following Docker images:

Docker Bake metadata
{
"conductor": {
  "containerimage.config.digest": "sha256:7f9dbf5be10297f0f3a957214c3420ed40eb6a888e6b27ebc38d1a318c42a5c1",
  "containerimage.descriptor": {
    "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
    "digest": "sha256:e0f3889221d5cff5701bcef07c857a3ce242c4adb39813f98307d571ffd5960a",
    "size": 901,
    "platform": {
      "architecture": "amd64",
      "os": "linux"
    }
  },
  "containerimage.digest": "sha256:e0f3889221d5cff5701bcef07c857a3ce242c4adb39813f98307d571ffd5960a",
  "image.name": "ghcr.io/the-guild-org/conductor-t2/conductor:923b25bcd4bbb58bfe55a31c7c2f7de0c6de1c64"
}
}

@dotansimha dotansimha merged commit 62d88ed into master Nov 27, 2023
12 checks passed
@dotansimha dotansimha deleted the plugin-fix-wasm branch November 27, 2023 10:37
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.

Running on CloudFlare Worker WASM doesn't handle GraphiQL
1 participant