Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
delfrrr committed Sep 12, 2018
1 parent 808030d commit 90bd235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ delaunator-cpp is a C++ port from https://github.com/mapbox/delaunator a JavaScr
## Features

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

## Usage
Expand Down
2 changes: 1 addition & 1 deletion bench/run.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ void BM_45K_geojson_nodes(benchmark::State& state) {

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

BENCHMARK_MAIN();
BENCHMARK_MAIN()

0 comments on commit 90bd235

Please sign in to comment.