Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Aug 19, 2024
1 parent 6196b8f commit 60eae8e
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 35 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/) | 99.40% | 🟢 165 ❌ 1 | 🟢 39 ❌ 1 |
| [Apollo Gateway](https://www.apollographql.com/) | 98.80% | 🟢 164 ❌ 2 | 🟢 38 ❌ 2 |
| [Apollo Router (native QP)](https://www.apollographql.com/) | 95.78% | 🟢 159 ❌ 7 | 🟢 37 ❌ 3 |
| [Cosmo Router](https://wundergraph.com) | 64.46% | 🟢 10759 | 🟢 1921 |
| [Cosmo Router](https://wundergraph.com) | 63.86% | 🟢 10660 | 🟢 1822 |
| [Grafbase Gateway](https://grafbase.com) | 45.78% | 🟢 76 ❌ 90 | 🟢 13 ❌ 27 |

<!-- gateways:end -->
Expand Down
4 changes: 2 additions & 2 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/) | 99.40% | 🟢 165 ❌ 1 | 🟢 39 ❌ 1 |
| [Apollo Gateway](https://www.apollographql.com/) | 98.80% | 🟢 164 ❌ 2 | 🟢 38 ❌ 2 |
| [Apollo Router (native QP)](https://www.apollographql.com/) | 95.78% | 🟢 159 ❌ 7 | 🟢 37 ❌ 3 |
| [Cosmo Router](https://wundergraph.com) | 64.46% | 🟢 10759 | 🟢 1921 |
| [Cosmo Router](https://wundergraph.com) | 63.86% | 🟢 10660 | 🟢 1822 |
| [Grafbase Gateway](https://grafbase.com) | 45.78% | 🟢 76 ❌ 90 | 🟢 13 ❌ 27 |

## Detailed Results
Expand Down Expand Up @@ -405,7 +405,7 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id
<a href="./src/test-suites/fed1-external-extends">fed1-external-extends</a>
<pre>🟢🟢</pre>
<a href="./src/test-suites/fed1-external-extends-resolvable">fed1-external-extends-resolvable</a>
<pre>🟢</pre>
<pre></pre>
<a href="./src/test-suites/fed1-external-extension">fed1-external-extension</a>
<pre>🟢🟢</pre>
<a href="./src/test-suites/fed2-external-extends">fed2-external-extends</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.103.0"
DOWNLOAD_VERSION="0.105.2"

download_binary() {
downloader --check
Expand Down
6 changes: 3 additions & 3 deletions gateways/cosmo/results.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ enum-intersection
fed1-external-extends
..
fed1-external-extends-resolvable
.
X
fed1-external-extension
..
fed2-external-extends
Expand Down Expand Up @@ -81,5 +81,5 @@ XXXXXXXX

---
Total: 166
Passed: 107
Failed: 59
Passed: 106
Failed: 60
2 changes: 2 additions & 0 deletions gateways/grafbase/grafbase.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

request_body_limit = "2MiB"
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.8.0"
VERSION="0.9.3"

error() {
echo -e "${Red}error${Color_Off}:" "$@" >&2
Expand Down
2 changes: 1 addition & 1 deletion gateways/grafbase/run.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
npm start supergraph -- --cwd ./gateways/grafbase --test $1
./grafbase-gateway --schema supergraph.graphql --listen-address 127.0.0.1:4000
./grafbase-gateway --schema supergraph.graphql --listen-address 127.0.0.1:4000 -c grafbase.toml
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/[email protected].1 --help
npx --yes @graphql-mesh/[email protected].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/[email protected].1 supergraph supergraph.graphql --port 4000 --fork 1
npx --yes @graphql-mesh/[email protected].2 supergraph supergraph.graphql --port 4000 --fork 1
36 changes: 18 additions & 18 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.2"
"wgc": "0.59.4"
}
}
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">64.46%</td>
<td class="p-4 align-middle font-semibold">63.86%</td>
<td class="p-4 align-middle">
<span class="text-emerald-700 mr-2">107</span>
<span class="text-red-700">59</span>
<span class="text-emerald-700 mr-2">106</span>
<span class="text-red-700">60</span>
</td>
<td class="p-4 align-middle">
<span class="text-emerald-700 mr-2">19</span>
<span class="text-red-700">21</span>
<span class="text-emerald-700 mr-2">18</span>
<span class="text-red-700">22</span>
</td>
<td class="p-4 align-middle">
<a
Expand Down

0 comments on commit 60eae8e

Please sign in to comment.