Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
(chore) - increase accuracy of benchmark by running it without ch… (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock authored and kitten committed Sep 2, 2019
1 parent 95928fb commit 646b319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/suite.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const gql = require('graphql-tag');
const { InMemoryCache } = require('apollo-cache-inmemory');
const { Store, write, query } = require('..');
const { Store, write, query } = require('../dist/urql-exchange-graphcache.min');

const countries = ['UK', 'BE', 'ES', 'US'];

Expand Down

0 comments on commit 646b319

Please sign in to comment.