the-benchmarker/graphql-benchmarks

A bunch of frameworks

alexanderadam opened this issue ยท 4 comments

I just thought that maybe it would make sense to merge effort with this Repo:

https://github.com/graphql-crystal/benchmarks

It has more framework combinations integrated but your detailed overview by rate, latency and verbosity is better.
Apart from that, the other benchmark is only using a very simplified query for testing so yours is better in this regards as well.

PS: Do you know why Agoo doesn't appear on techempower.com any more? ๐Ÿค”

This repo doesn't seem alive..
but the repo you've mentioned has simple query (so what it tested only web-server speed), and because it has Nix for package dependency - it is so hard to contribute.

It will be really great if this bench could get servers from the other repo, extend query logic and make new runs.

but the repo you've mentioned has simple query (so what it tested only web-server speed), and because it has Nix for package dependency - it is so hard to contribute.

Maybe you could head over to the other repo and speak with @jgillich about that

You don't need to use Nix, that's just the simplest way to install a large number of dependencies on any system. And yep, it's a bit too simplistic, I wanted to improve on that but never got around to it ๐Ÿ˜„

You don't need to use Nix, that's just the simplest way to install a large number of dependencies on any system.

Well, there's also container images which don't need to have anything else than Podman or Docker โ€” which is probably already available on 90% of the Dev machines, making it as frictionless as possible.

Nix on the other hand needs to be set up beforehand and has a pretty steep learning curve. ๐Ÿ˜ฌ

But this issue here is definitely the wrong place to discuss this. ๐Ÿ˜„