Skip to content

Commit

Permalink
feat: restore nim-graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillich committed Nov 8, 2023
1 parent 1a440d7 commit a9a65fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
17 changes: 8 additions & 9 deletions benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,13 @@
run:
cmd: node
args: ["index.js"]
# https://github.com/NixOS/nixpkgs/issues/201456
# - id: nim-graphql
# name: nim-graphql
# url: https://github.com/status-im/nim-graphql
# lang: Nim
# server: Chronos
# run:
# cmd: ./main
- id: nim-graphql
name: nim-graphql
url: https://github.com/status-im/nim-graphql
lang: Nim
server: Chronos
run:
cmd: ./main
- id: graphql-ruby
name: graphql-ruby
url: https://github.com/rmosolgo/graphql-ruby
Expand Down Expand Up @@ -200,4 +199,4 @@
server: HonoJS
run:
cmd: bun
args: ["index.js"]
args: ["index.js"]
1 change: 1 addition & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pkgs.mkShell {
bundler
psmisc
nim
nimPackages.nimble
bun
pcre2
crystal
Expand Down

0 comments on commit a9a65fc

Please sign in to comment.