graphql-perf icon indicating copy to clipboard operation
graphql-perf copied to clipboard

Gather performance information from GraphQL resolve methods and prepare JSON in Trace Event Format for Chrome Devtools Timeline tab.

Results 2 graphql-perf issues
Sort by recently updated
recently updated
newest added

This could help: - Instrument GraphQL and expose data with built-in type - https://github.com/graphql/graphql-js/issues/109 - http://hueypetersen.com/posts/2015/11/06/instrumenting-graphql-js/ - http://www.apollodata.com/optics - https://github.com/apollographql/optics-agent-js - https://github.com/apollographql/graphql-tracer

This sounds like a great initiative. Just thought I'd mention https://github.com/apollostack/graphql-tracer which is roughly in the same area (tracing + timing Node GraphQL requests), thought I love the idea of...