From b2cbfc35e4c2b3f8dbb2e9d83ab1f4b358427896 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 14 Sep 2018 17:20:20 +0200 Subject: Update NEWS Static documentation rebuilt by pkgdown --- docs/articles/web_only/compiled_models.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/articles/web_only/compiled_models.html') diff --git a/docs/articles/web_only/compiled_models.html b/docs/articles/web_only/compiled_models.html index e941bea3..0d91a50c 100644 --- a/docs/articles/web_only/compiled_models.html +++ b/docs/articles/web_only/compiled_models.html @@ -125,9 +125,9 @@ }
## Lade nötiges Paket: rbenchmark
##                    test replications elapsed relative user.self sys.self
-## 3     deSolve, compiled            3   2.120    1.000     2.118    0.000
-## 1 deSolve, not compiled            3  17.195    8.111    17.187    0.000
-## 2      Eigenvalue based            3   2.589    1.221     2.582    0.004
+## 3     deSolve, compiled            3   2.174    1.000     2.172        0
+## 1 deSolve, not compiled            3  16.745    7.702    16.737        0
+## 2      Eigenvalue based            3   2.652    1.220     2.650        0
 ##   user.child sys.child
 ## 3          0         0
 ## 1          0         0
@@ -156,12 +156,12 @@
 }
## Successfully compiled differential equation model from auto-generated C code.
##                    test replications elapsed relative user.self sys.self
-## 2     deSolve, compiled            3   3.761    1.000     3.758    0.000
-## 1 deSolve, not compiled            3  36.462    9.695    36.441    0.004
+## 2     deSolve, compiled            3   4.012    1.000     4.010        0
+## 1 deSolve, not compiled            3  35.620    8.878    35.604        0
 ##   user.child sys.child
 ## 2          0         0
 ## 1          0         0
-

Here we get a performance benefit of a factor of 10 using the version of the differential equation model compiled from C code!

+

Here we get a performance benefit of a factor of 9 using the version of the differential equation model compiled from C code!

This vignette was built with mkin 0.9.47.5 on

## R version 3.5.1 (2018-07-02)
 ## Platform: x86_64-pc-linux-gnu (64-bit)
-- 
cgit v1.2.1