From 1f100167f4f399062fb077ceb983f50384eccaec Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 18 Sep 2018 15:20:30 +0200 Subject: 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 3b3e9150..684f28cb 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.001    1.000     1.999        0
-## 1 deSolve, not compiled            3  15.374    7.683    15.368        0
-## 2      Eigenvalue based            3   2.439    1.219     2.438        0
+## 3     deSolve, compiled            3   2.005    1.000     2.003        0
+## 1 deSolve, not compiled            3  15.480    7.721    15.474        0
+## 2      Eigenvalue based            3   2.460    1.227     2.459        0
 ##   user.child sys.child
 ## 3          0         0
 ## 1          0         0
@@ -156,13 +156,13 @@
 }
## Successfully compiled differential equation model from auto-generated C code.
##                    test replications elapsed relative user.self sys.self
-## 2     deSolve, compiled            3   3.608    1.000     3.607        0
-## 1 deSolve, not compiled            3  33.150    9.188    33.135        0
+## 2     deSolve, compiled            3   3.524     1.00     3.523    0.000
+## 1 deSolve, not compiled            3  33.021     9.37    33.001    0.004
 ##   user.child sys.child
 ## 2          0         0
 ## 1          0         0

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

+

This vignette was built with mkin 0.9.47.6 on

## R version 3.5.1 (2018-07-02)
 ## Platform: x86_64-pc-linux-gnu (64-bit)
 ## Running under: Debian GNU/Linux 9 (stretch)
-- cgit v1.2.1