Skip to content

Commit

Permalink
Update cosmo
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Sep 1, 2024
1 parent 73f2019 commit b71b988
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This repository contains a set of tests and a tool to evaluate and compare the c
| [Apollo Router](https://www.apollographql.com/) | 97.65% | 🟢 166 ❌ 4 | 🟢 38 ❌ 2 |
| [Apollo Gateway](https://www.apollographql.com/) | 97.06% | 🟢 165 ❌ 5 | 🟢 37 ❌ 3 |
| [Apollo Router (native QP)](https://www.apollographql.com/) | 93.53% | 🟢 159 ❌ 11 | 🟢 36 ❌ 4 |
| [Cosmo Router](https://wundergraph.com) | 62.35% | 🟢 10664 | 🟢 1822 |
| [Cosmo Router](https://wundergraph.com) | 64.12% | 🟢 10961 | 🟢 2020 |
| [Grafbase Gateway](https://grafbase.com) | 48.82% | 🟢 83 ❌ 87 | 🟢 14 ❌ 26 |

<!-- gateways:end -->
Expand Down
6 changes: 3 additions & 3 deletions REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
| [Apollo Router](https://www.apollographql.com/) | 97.65% | 🟢 166 ❌ 4 | 🟢 38 ❌ 2 |
| [Apollo Gateway](https://www.apollographql.com/) | 97.06% | 🟢 165 ❌ 5 | 🟢 37 ❌ 3 |
| [Apollo Router (native QP)](https://www.apollographql.com/) | 93.53% | 🟢 159 ❌ 11 | 🟢 36 ❌ 4 |
| [Cosmo Router](https://wundergraph.com) | 62.35% | 🟢 10664 | 🟢 1822 |
| [Cosmo Router](https://wundergraph.com) | 64.12% | 🟢 10961 | 🟢 2020 |
| [Grafbase Gateway](https://grafbase.com) | 48.82% | 🟢 83 ❌ 87 | 🟢 14 ❌ 26 |

## Detailed Results
Expand Down Expand Up @@ -425,7 +425,7 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id
<a href="./src/test-suites/mysterious-external">mysterious-external</a>
<pre>🟢🟢</pre>
<a href="./src/test-suites/nested-provides">nested-provides</a>
<pre>❌❌</pre>
<pre>🟢🟢</pre>
<a href="./src/test-suites/node">node</a>
<pre>🟢</pre>
<a href="./src/test-suites/non-resolvable-interface-object">non-resolvable-interface-object</a>
Expand All @@ -435,7 +435,7 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id
<a href="./src/test-suites/override-with-requires">override-with-requires</a>
<pre>🟢🟢🟢🟢</pre>
<a href="./src/test-suites/parent-entity-call">parent-entity-call</a>
<pre></pre>
<pre>🟢</pre>
<a href="./src/test-suites/parent-entity-call-complex">parent-entity-call-complex</a>
<pre>❌</pre>
<a href="./src/test-suites/provides-on-interface">provides-on-interface</a>
Expand Down
2 changes: 1 addition & 1 deletion gateways/cosmo/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -u

BINARY_DOWNLOAD_PREFIX="https://github.com/wundergraph/cosmo/releases/download"

DOWNLOAD_VERSION="0.107.2"
DOWNLOAD_VERSION="0.107.4"

download_binary() {
downloader --check
Expand Down
8 changes: 4 additions & 4 deletions gateways/cosmo/results.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mutations
mysterious-external
..
nested-provides
XX
..
node
.
non-resolvable-interface-object
Expand All @@ -43,7 +43,7 @@ override-type-interface
override-with-requires
....
parent-entity-call
X
.
parent-entity-call-complex
X
provides-on-interface
Expand Down Expand Up @@ -81,5 +81,5 @@ XXXXXXXX

---
Total: 170
Passed: 106
Failed: 64
Passed: 109
Failed: 61
10 changes: 5 additions & 5 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -331,14 +331,14 @@ <h2 class="text-gray-500 text-lg md:text-xl">
Cosmo Router
</a>
</td>
<td class="p-4 align-middle font-semibold">62.35%</td>
<td class="p-4 align-middle font-semibold">64.12%</td>
<td class="p-4 align-middle">
<span class="text-emerald-700 mr-2">106</span>
<span class="text-red-700">64</span>
<span class="text-emerald-700 mr-2">109</span>
<span class="text-red-700">61</span>
</td>
<td class="p-4 align-middle">
<span class="text-emerald-700 mr-2">18</span>
<span class="text-red-700">22</span>
<span class="text-emerald-700 mr-2">20</span>
<span class="text-red-700">20</span>
</td>
<td class="p-4 align-middle">
<a
Expand Down

0 comments on commit b71b988

Please sign in to comment.