aboutsummaryrefslogtreecommitdiff
path: root/docs/articles/compiled_models.html
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2018-09-14 06:41:44 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2018-09-14 06:41:44 +0200
commitdd65f3503e9d091c82aedcf91635fcf40f778bf9 (patch)
tree3857ad242a85815b45dbe6529a26ab8d0931a233 /docs/articles/compiled_models.html
parenta5e2712cafd57239f69d58b8c7f16a1b2f4b7490 (diff)
Static documentation rebuilt by pkgdown
Also update test log
Diffstat (limited to 'docs/articles/compiled_models.html')
-rw-r--r--docs/articles/compiled_models.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/articles/compiled_models.html b/docs/articles/compiled_models.html
index 16059fcb..d93fe9e1 100644
--- a/docs/articles/compiled_models.html
+++ b/docs/articles/compiled_models.html
@@ -29,7 +29,7 @@
</button>
<span class="navbar-brand">
<a class="navbar-link" href="../index.html">mkin</a>
- <span class="label label-default" data-toggle="tooltip" data-placement="bottom" title="Released package">0.9.47.2</span>
+ <span class="label label-default" data-toggle="tooltip" data-placement="bottom" title="Released package">0.9.47.3</span>
</span>
</div>
@@ -84,7 +84,7 @@
<h1>Performance benefit by using compiled model definitions in mkin</h1>
<h4 class="author">Johannes Ranke</h4>
- <h4 class="date">2018-09-06</h4>
+ <h4 class="date">2018-09-14</h4>
<div class="hidden name"><code>compiled_models.Rmd</code></div>
@@ -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.218 1.000 2.217 0
-## 1 deSolve, not compiled 3 16.654 7.509 16.646 0
-## 2 Eigenvalue based 3 2.724 1.228 2.722 0
+## 3 deSolve, compiled 3 2.110 1.000 2.108 0
+## 1 deSolve, not compiled 3 16.442 7.792 16.433 0
+## 2 Eigenvalue based 3 2.593 1.229 2.592 0
## user.child sys.child
## 3 0 0
## 1 0 0
@@ -156,13 +156,13 @@
<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.780 1.000 3.777 0
-## 1 deSolve, not compiled 3 35.169 9.304 35.152 0
+## 2 deSolve, compiled 3 3.781 1.000 3.778 0
+## 1 deSolve, not compiled 3 34.742 9.189 34.725 0
## user.child sys.child
## 2 0 0
## 1 0 0</code></pre>
<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.2 on</p>
+<p>This vignette was built with mkin 0.9.47.3 on</p>
<pre><code>## R version 3.5.1 (2018-07-02)
## Platform: x86_64-pc-linux-gnu (64-bit)
## Running under: Debian GNU/Linux 9 (stretch)</code></pre>

Contact - Imprint