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 fbf2de33..4209d2bc 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-22</h4> + <h4 class="date">2019-02-25</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.484 1.000 2.483 0 -## 1 deSolve, not compiled 3 17.963 7.231 17.951 0 -## 2 Eigenvalue based 3 3.146 1.267 3.144 0 +## 3 deSolve, compiled 3 2.394 1.000 2.388 0.004 +## 1 deSolve, not compiled 3 17.923 7.487 17.910 0.000 +## 2 Eigenvalue based 3 3.021 1.262 3.018 0.000 ## 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.232 1.000 4.226 0.004 -## 1 deSolve, not compiled 3 37.946 8.966 37.924 0.000 +## 2 deSolve, compiled 3 4.162 1.000 4.158 0 +## 1 deSolve, not compiled 3 37.536 9.019 37.517 0 ## user.child sys.child ## 2 0 0 ## 1 0 0</code></pre> |