• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

graphql / graphql-js / 1399
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: directives
DEFAULT BRANCH: master
Ran 10 Nov 2016 03:51AM UTC
Jobs 1
Files 146
Run time 6s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1399

push

travis-ci

leebyron
Use linked-list to represent response path.

This is a performance improvement to the execution path that removes the need for creating a new array to represent the response path for each resolved field in the response. Instead this creates a single-linked-list which is naturally persistently immutable.

This exposes a breaking change: if you relied on `resolve(_, _, _, { path }) {` then you'll find `path` in this linked list format instead of an array.

16 of 16 new or added lines in 2 files covered. (100.0%)

7964 of 8116 relevant lines covered (98.13%)

1364.52 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
6
100.0
src/execution/execute.js
Jobs
ID Job ID Ran Files Coverage
1 1399.1 10 Nov 2016 03:51AM UTC 0
98.13
Travis Job 1399.1
Source Files on build 1399
  • Tree
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #1399
  • 39900ce3 on github
  • Prev Build on linked-list-path (#1397)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc