From 90bd235fbc6882f2fe4f03e6436a240496517d24 Mon Sep 17 00:00:00 2001 From: Vova Bilonenko Date: Wed, 12 Sep 2018 10:08:21 +0200 Subject: [PATCH] fix build --- README.md | 2 +- bench/run.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index beaac1e..d45a370 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/bench/run.cpp b/bench/run.cpp index 0ee728d..06ee8f1 100644 --- a/bench/run.cpp +++ b/bench/run.cpp @@ -16,4 +16,4 @@ void BM_45K_geojson_nodes(benchmark::State& state) { BENCHMARK(BM_45K_geojson_nodes)->Unit(benchmark::kMillisecond); -BENCHMARK_MAIN(); +BENCHMARK_MAIN()