Skip to content

Conversation

@michaelstaib
Copy link
Member

No description provided.

@ChilliCream ChilliCream deleted a comment from github-actions bot Nov 9, 2025
@ChilliCream ChilliCream deleted a comment from github-actions bot Nov 9, 2025
@ChilliCream ChilliCream deleted a comment from github-actions bot Nov 9, 2025
@ChilliCream ChilliCream deleted a comment from github-actions bot Nov 9, 2025
@ChilliCream ChilliCream deleted a comment from github-actions bot Nov 9, 2025
@ChilliCream ChilliCream deleted a comment from github-actions bot Nov 9, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Nov 9, 2025

🚀 Fusion Gateway Performance Results

Simple Composite Query

Requests/sec Error Rate
4485.81 req/s 0.00%
📊 Response Time Metrics
Min Med Max Avg P90 P95 P99
0.96ms 9.71ms 160.17ms 10.98ms 15.37ms 21.72ms 0.00ms

Executed Query

fragment User on User {
  id
  username
  name
}

fragment Review on Review {
  id
  body
}

fragment Product on Product {
  inStock
  name
  price
  shippingEstimate
  upc
  weight
}

query TestQuery {
  topProducts(first: 5) {
    ...Product
    reviews {
      ...Review
      author {
        ...User
      }
    }
  }
}

Variable Batching Throughput

Requests/sec Error Rate
21605.74 req/s 0.00%
📊 Response Time Metrics
Min Med Max Avg P90 P95 P99
0.10ms 1.85ms 48.34ms 2.27ms 3.83ms 5.50ms 0.00ms

Executed Query

query TestQuery_8f7a46ce_2(
  $__fusion_1_upc: ID!
  $__fusion_2_price: Long!
  $__fusion_2_weight: Long!
) {
  productByUpc(upc: $__fusion_1_upc) {
    inStock
    shippingEstimate(weight: $__fusion_2_weight, price: $__fusion_2_price)
  }
}

Variables (5 sets batched in single request)

[
  { "__fusion_1_upc": "1", "__fusion_2_price": 899, "__fusion_2_weight": 100 },
  { "__fusion_1_upc": "2", "__fusion_2_price": 1299, "__fusion_2_weight": 1000 },
  { "__fusion_1_upc": "3", "__fusion_2_price": 15, "__fusion_2_weight": 20 },
  { "__fusion_1_upc": "4", "__fusion_2_price": 499, "__fusion_2_weight": 100 },
  { "__fusion_1_upc": "5", "__fusion_2_price": 1299, "__fusion_2_weight": 1000 }
]

No baseline data available for comparison.


Run 19210371899 • Commit d2867ad • Sun, 09 Nov 2025 15:20:02 GMT

@michaelstaib michaelstaib merged commit e445bea into main Nov 9, 2025
112 checks passed
@michaelstaib michaelstaib deleted the mst/benchmarking-port branch November 9, 2025 15:26
@codecov
Copy link

codecov bot commented Nov 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (85bf60c) to head (00533b8).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@     Coverage Diff      @@
##   main   #8880   +/-   ##
============================
============================

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants