diff options
Diffstat (limited to 'docs/articles/web_only/compiled_models.html')
-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 8f13b969..e9f8fa99 100644 --- a/docs/articles/web_only/compiled_models.html +++ b/docs/articles/web_only/compiled_models.html @@ -85,7 +85,7 @@ <h1>Performance benefit by using compiled model definitions in mkin</h1> <h4 class="author">Johannes Ranke</h4> - <h4 class="date">2019-02-21</h4> + <h4 class="date">2019-02-22</h4> <div class="hidden name"><code>compiled_models.Rmd</code></div> @@ -126,9 +126,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.347 1.000 2.346 0 -## 1 deSolve, not compiled 3 17.693 7.539 17.684 0 -## 2 Eigenvalue based 3 2.907 1.239 2.905 0 +## 3 deSolve, compiled 3 2.336 1.000 2.335 0 +## 1 deSolve, not compiled 3 17.610 7.539 17.602 0 +## 2 Eigenvalue based 3 2.899 1.241 2.897 0 ## user.child sys.child ## 3 0 0 ## 1 0 0 @@ -157,8 +157,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 4.278 1.000 4.276 0 -## 1 deSolve, not compiled 3 37.855 8.849 37.833 0 +## 2 deSolve, compiled 3 4.122 1.000 4.119 0 +## 1 deSolve, not compiled 3 37.359 9.063 37.343 0 ## user.child sys.child ## 2 0 0 ## 1 0 0</code></pre> |