Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Aug 22, 2024
1 parent ecf0490 commit c5cf0b9
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This repository contains a set of tests and a tool to evaluate and compare the c
| [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% | 🟢 106 ❌ 64 | 🟢 18 ❌ 22 |
| [Grafbase Gateway](https://grafbase.com) | 44.71% | 🟢 7694 | 🟢 1228 |
| [Grafbase Gateway](https://grafbase.com) | 48.82% | 🟢 8387 | 🟢 1327 |

<!-- gateways:end -->

Expand Down
14 changes: 7 additions & 7 deletions REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
| [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% | 🟢 106 ❌ 64 | 🟢 18 ❌ 22 |
| [Grafbase Gateway](https://grafbase.com) | 44.71% | 🟢 7694 | 🟢 1228 |
| [Grafbase Gateway](https://grafbase.com) | 48.82% | 🟢 8387 | 🟢 1327 |

## Detailed Results

Expand Down Expand Up @@ -490,7 +490,7 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id
<a href="./src/test-suites/complex-entity-call">complex-entity-call</a>
<pre>❌</pre>
<a href="./src/test-suites/corrupted-supergraph-node-id">corrupted-supergraph-node-id</a>
<pre>❌❌❌❌❌🟢🟢🟢🟢🟢</pre>
<pre>❌🟢❌🟢🟢❌🟢🟢🟢🟢</pre>
<a href="./src/test-suites/enum-intersection">enum-intersection</a>
<pre>🟢🟢❌🟢🟢</pre>
<a href="./src/test-suites/fed1-external-extends">fed1-external-extends</a>
Expand All @@ -516,7 +516,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 @@ -532,7 +532,7 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id
<a href="./src/test-suites/provides-on-interface">provides-on-interface</a>
<pre>❌❌</pre>
<a href="./src/test-suites/provides-on-union">provides-on-union</a>
<pre>🟢🟢</pre>
<pre>❌❌</pre>
<a href="./src/test-suites/requires-interface">requires-interface</a>
<pre>❌❌❌❌❌</pre>
<a href="./src/test-suites/requires-requires">requires-requires</a>
Expand All @@ -550,15 +550,15 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id
<a href="./src/test-suites/simple-interface-object">simple-interface-object</a>
<pre>🟢🟢❌🟢❌❌❌🟢❌❌❌❌❌</pre>
<a href="./src/test-suites/simple-override">simple-override</a>
<pre>🟢</pre>
<pre>🟢🟢</pre>
<a href="./src/test-suites/simple-requires-provides">simple-requires-provides</a>
<pre>🟢🟢🟢🟢🟢🟢🟢🟢🟢🟢❌❌</pre>
<a href="./src/test-suites/typename">typename</a>
<pre>🟢🟢🟢🟢🟢🟢</pre>
<a href="./src/test-suites/unavailable-override">unavailable-override</a>
<pre>🟢</pre>
<pre>🟢🟢</pre>
<a href="./src/test-suites/union-interface-distributed">union-interface-distributed</a>
<pre>❌❌🟢🟢🟢🟢🟢</pre>
<a href="./src/test-suites/union-intersection">union-intersection</a>
<pre>❌❌❌❌❌❌❌❌</pre>
<pre>🟢🟢❌❌❌🟢🟢❌</pre>
</details>
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.105.2"
DOWNLOAD_VERSION="0.107.0"

download_binary() {
downloader --check
Expand Down
2 changes: 1 addition & 1 deletion gateways/grafbase/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail
# I took their install script and modified it to download the gateway binary
# to the current directory instead of /usr/local/bin

VERSION="0.9.3"
VERSION="0.10.0"

error() {
echo -e "${Red}error${Color_Off}:" "$@" >&2
Expand Down
16 changes: 8 additions & 8 deletions gateways/grafbase/results.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ circular-reference-interface
complex-entity-call
X
corrupted-supergraph-node-id
XXXXX.....
X.X..X....
enum-intersection
..X..
fed1-external-extends
Expand All @@ -33,7 +33,7 @@ mutations
mysterious-external
..
nested-provides
XX
X.
node
.
non-resolvable-interface-object
Expand All @@ -49,7 +49,7 @@ X
provides-on-interface
XX
provides-on-union
..
XX
requires-interface
XXXXX
requires-requires
Expand All @@ -67,19 +67,19 @@ simple-inaccessible
simple-interface-object
..X.XXX.XXXXX
simple-override
X.
..
simple-requires-provides
..........XX
typename
......
unavailable-override
X.
..
union-interface-distributed
XX.....
union-intersection
XXXXXXXX
..XXX..X

---
Total: 170
Passed: 76
Failed: 94
Passed: 83
Failed: 87
2 changes: 1 addition & 1 deletion gateways/mesh/install.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# It's just to install dependencies and make it ready for `run.sh` script
npx --yes @graphql-mesh/serve-cli@0.10.2 --version
npx --yes @graphql-mesh/serve-cli@0.11.2 --version
2 changes: 1 addition & 1 deletion gateways/mesh/run.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
npm start supergraph -- --cwd ./gateways/mesh --test $1
npx --yes @graphql-mesh/serve-cli@0.10.2 supergraph supergraph.graphql --port 4000 --fork 1
npx --yes @graphql-mesh/serve-cli@0.11.2 supergraph supergraph.graphql --port 4000 --fork 1
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@
"prettier": "3.3.3",
"tsx": "4.15.7",
"typescript": "5.5.4",
"wgc": "0.59.4"
"wgc": "0.60.3"
}
}
10 changes: 5 additions & 5 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -363,14 +363,14 @@ <h2 class="text-gray-500 text-lg md:text-xl">
Grafbase Gateway
</a>
</td>
<td class="p-4 align-middle font-semibold">44.71%</td>
<td class="p-4 align-middle font-semibold">48.82%</td>
<td class="p-4 align-middle">
<span class="text-emerald-700 mr-2">76</span>
<span class="text-red-700">94</span>
<span class="text-emerald-700 mr-2">83</span>
<span class="text-red-700">87</span>
</td>
<td class="p-4 align-middle">
<span class="text-emerald-700 mr-2">12</span>
<span class="text-red-700">28</span>
<span class="text-emerald-700 mr-2">13</span>
<span class="text-red-700">27</span>
</td>
<td class="p-4 align-middle">
<a
Expand Down

0 comments on commit c5cf0b9

Please sign in to comment.