Skip to content

Commit 90bd235

Browse files
committed
fix build
1 parent 808030d commit 90bd235

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ delaunator-cpp is a C++ port from https://github.com/mapbox/delaunator a JavaScr
1111
## Features
1212

1313
* Probably the fastest C++ open source 2D Delaunay implementation
14-
* Roughly 20 times faster then JS version.
14+
* Roughly 6 times faster then JS version (more improvements are coming).
1515
* Example showing triangulation of GeoJson points
1616

1717
## Usage

bench/run.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ void BM_45K_geojson_nodes(benchmark::State& state) {
1616

1717
BENCHMARK(BM_45K_geojson_nodes)->Unit(benchmark::kMillisecond);
1818

19-
BENCHMARK_MAIN();
19+
BENCHMARK_MAIN()

0 commit comments

Comments
 (0)