Skip to content

Commit

Permalink
Remove benchmark skipped input
Browse files Browse the repository at this point in the history
multi-polygon.geojson
overlapping.geojson
  • Loading branch information
mfedderly authored Aug 8, 2024
1 parent 9f5c260 commit 1397fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/turf-mask/bench.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const isPolygonFeature = (

const __dirname = path.dirname(fileURLToPath(import.meta.url));

const SKIP = ["multi-polygon.geojson", "overlapping.geojson"];
const SKIP = [];

const suite = new Benchmark.Suite("turf-mask");

Expand Down

0 comments on commit 1397fef

Please sign in to comment.