Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Aug 14, 2024
1 parent f09a5bc commit 3e5453e
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,7 @@ <h3 class="my-0 group" id="manifesto">
gateways with the Apollo Federation specification.</strong
>
This audit is now fully open-source, and we are excited to share
our methodology, findings, and detailed test results with the
broader community.
our methodology, findings, and detailed test results.
</p>

<h4 class="pt-4 group" id="why">
Expand Down Expand Up @@ -477,15 +476,14 @@ <h4 class="pt-4 group" id="why">
Federation.
<strong
>Instead of building something solely for ourselves, we aimed
to develop a generic solution beneficial for the entire
to develop something beneficial for the entire
community.</strong
>
</p>
<p>
Second, we observed an opportunity to improve the testing and
compliance of many GraphQL gateways with the Apollo Federation
spec. Existing benchmarks focused mainly on performance, leaving
a gap in assessing correctness and compliance.
spec.
<strong
>By openly sharing our audit, we aim to help the entire
community improve their implementations and achieve higher
Expand All @@ -510,7 +508,7 @@ <h4 class="text-lg font-semibold pt-4 group" id="methodology">
Federation specification.
<strong
>We designed 160+ test cases, grouped into 40 test suites, to
cover a wide range of scenarios and edge cases.</strong
cover a wide range of scenarios.</strong
>
These test cases were crafted based on our experience with
Apollo Federation and the feedback received from users of
Expand Down Expand Up @@ -594,9 +592,9 @@ <h4 class="text-lg font-semibold pt-4 group" id="methodology">
</li>
<li>
<span class="font-semibold">Result Analysis:</span> After
running the tests, we analyze the results to determine the
compatibility level of each gateway. The compatibility score
is a percentage of the total number of test cases passed.
running the tests, we analyze the results to produce a
compatibility score (percentage of the total number of test
cases passed).
</li>
</ul>
<p>
Expand Down

0 comments on commit 3e5453e

Please sign in to comment.