diff options
Diffstat (limited to 'docs/articles/web_only')
-rw-r--r-- | docs/articles/web_only/FOCUS_Z.html | 2 | ||||
-rw-r--r-- | docs/articles/web_only/compiled_models.html | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/docs/articles/web_only/FOCUS_Z.html b/docs/articles/web_only/FOCUS_Z.html index a3e743d1..5215e039 100644 --- a/docs/articles/web_only/FOCUS_Z.html +++ b/docs/articles/web_only/FOCUS_Z.html @@ -84,7 +84,7 @@ <h1>Example evaluation of FOCUS dataset Z</h1> <h4 class="author">Johannes Ranke</h4> - <h4 class="date">2018-09-18</h4> + <h4 class="date">2018-11-23</h4> <div class="hidden name"><code>FOCUS_Z.Rmd</code></div> diff --git a/docs/articles/web_only/compiled_models.html b/docs/articles/web_only/compiled_models.html index 684f28cb..85efff61 100644 --- a/docs/articles/web_only/compiled_models.html +++ b/docs/articles/web_only/compiled_models.html @@ -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-18</h4> + <h4 class="date">2018-11-23</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.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 +## 3 deSolve, compiled 3 2.284 1.000 2.282 0 +## 1 deSolve, not compiled 3 17.732 7.764 17.724 0 +## 2 Eigenvalue based 3 2.812 1.231 2.809 0 ## user.child sys.child ## 3 0 0 ## 1 0 0 @@ -156,8 +156,8 @@ <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.524 1.00 3.523 0.000 -## 1 deSolve, not compiled 3 33.021 9.37 33.001 0.004 +## 2 deSolve, compiled 3 4.029 1.000 4.026 0 +## 1 deSolve, not compiled 3 37.760 9.372 37.744 0 ## user.child sys.child ## 2 0 0 ## 1 0 0</code></pre> |