kyscott18 / hono-node-mem-leak

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hono Graphql Memory Leak

Running this server and then sending queries with a tool such as autocannon shows a memory leak.

autocannon -c 100 -d 10 -m POST -H "Content-Type: application/json" -b '{"query":"{ hello }"}' http://localhost:3000/graphql

About


Languages

Language:JavaScript 100.0%