From ea49f60352001d236fad44d8803249b7eb395828 Mon Sep 17 00:00:00 2001 From: boB Rudis Date: Thu, 25 Jan 2018 22:46:58 -0500 Subject: [PATCH] updated benchmarks --- README.Rmd | 6 +++--- README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.Rmd b/README.Rmd index 913a77f..c33b7fd 100644 --- a/README.Rmd +++ b/README.Rmd @@ -55,9 +55,9 @@ microbenchmark::microbenchmark( mb ## Unit: microseconds -## expr min lq mean median uq max neval -## pure_r 178131.642 196554.32 206498.7256 204881.1060 214984.7260 339901.567 100 -## rcpp 493.219 642.67 752.3545 747.8535 828.3085 1044.269 100 +## expr min lq mean median uq max neval +## pure_r 142373.445 157488.8415 174413.4417 173927.7860 184725.916 272773.959 100 +## rcpp 483.505 553.2455 641.8395 609.8245 692.899 2487.993 100 ``` Rather than use the built-in map data, we'll use an `rnaturalearth` so we don't need to mess with extended longitudes. diff --git a/README.md b/README.md index f885c01..d8221d6 100644 --- a/README.md +++ b/README.md @@ -54,9 +54,9 @@ microbenchmark::microbenchmark( mb ## Unit: microseconds -## expr min lq mean median uq max neval -## pure_r 178131.642 196554.32 206498.7256 204881.1060 214984.7260 339901.567 100 -## rcpp 493.219 642.67 752.3545 747.8535 828.3085 1044.269 100 +## expr min lq mean median uq max neval +## pure_r 142373.445 157488.8415 174413.4417 173927.7860 184725.916 272773.959 100 +## rcpp 483.505 553.2455 641.8395 609.8245 692.899 2487.993 100 ``` Rather than use the built-in map data, we’ll use an `rnaturalearth` so