We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c470ea4 commit df7e42fCopy full SHA for df7e42f
packages/turf-mask/bench.ts
@@ -14,7 +14,10 @@ const isPolygonFeature = (
14
15
const __dirname = path.dirname(fileURLToPath(import.meta.url));
16
17
-const SKIP = [];
+// these test fixtures are not used for benchmarking because they contain a
18
+// FeatureCollection with a single MultiPolygon, instead of a FeatureCollection
19
+// with two Polygons, where the first one is the polygon and the second is the mask.
20
+const SKIP = ["multi-polygon.geojson", "overlapping.geojson"];
21
22
const suite = new Benchmark.Suite("turf-mask");
23
0 commit comments