Skip to content

Commit

Permalink
Updated dependencies (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
w8r authored Jan 8, 2020
1 parent 245c8d4 commit 2e5f39a
Show file tree
Hide file tree
Showing 7 changed files with 1,826 additions and 4,771 deletions.
4 changes: 1 addition & 3 deletions bench.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import path from 'path';
import load from 'load-json-file';
import Benchmark from 'benchmark';
import jstsUnion from '@turf/union';
import fs from 'fs';
import martinez from './dist/martinez.umd';


Expand All @@ -24,7 +22,7 @@ const options = {
}
};

const hole_hole = load.sync('./test/fixtures/hole_hole.geojson')
const hole_hole = load.sync('./test/fixtures/hole_hole.geojson');
new Benchmark.Suite('Hole_Hole', options)
.add('Martinez', () => {
martinez.union(
Expand Down
Loading

0 comments on commit 2e5f39a

Please sign in to comment.