diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-09-14 17:20:20 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-09-14 17:45:46 +0200 |
commit | b2cbfc35e4c2b3f8dbb2e9d83ab1f4b358427896 (patch) | |
tree | 65e737d3d79cc5875f18822e1cbc26a680b9a244 /docs/articles/web_only | |
parent | 70d158c4dd919f4f77bc12f8ace333d29d249b79 (diff) |
Update NEWS
Static documentation rebuilt by pkgdown
Diffstat (limited to 'docs/articles/web_only')
-rw-r--r-- | docs/articles/web_only/compiled_models.html | 12 |
1 files changed, 6 insertions, 6 deletions
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 @@ <a class="sourceLine" id="cb5-16" data-line-number="16">}</a></code></pre></div> <pre><code>## Lade nötiges Paket: rbenchmark</code></pre> <pre><code>## 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 @@ <a class="sourceLine" id="cb8-16" data-line-number="16">}</a></code></pre></div> <pre><code>## Successfully compiled differential equation model from auto-generated C code.</code></pre> <pre><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</code></pre> -<p>Here we get a performance benefit of a factor of 10 using the version of the differential equation model compiled from C code!</p> +<p>Here we get a performance benefit of a factor of 9 using the version of the differential equation model compiled from C code!</p> <p>This vignette was built with mkin 0.9.47.5 on</p> <pre><code>## R version 3.5.1 (2018-07-02) ## Platform: x86_64-pc-linux-gnu (64-bit) |