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 6daabd5e..0e58496e 100644 --- a/docs/articles/web_only/compiled_models.html +++ b/docs/articles/web_only/compiled_models.html @@ -90,7 +90,7 @@ <h1>Performance benefit by using compiled model definitions in mkin</h1> <h4 class="author">Johannes Ranke</h4> - <h4 class="date">2020-04-02</h4> + <h4 class="date">2020-04-04</h4> <div class="hidden name"><code>compiled_models.Rmd</code></div> @@ -139,9 +139,9 @@ <a class="sourceLine" id="cb6-15" title="15"> <span class="kw"><a href="https://rdrr.io/r/base/print.html">print</a></span>(<span class="st">"R package rbenchmark is not available"</span>)</a> <a class="sourceLine" id="cb6-16" title="16">}</a></code></pre></div> <pre><code>## test replications elapsed relative user.self sys.self -## 3 deSolve, compiled 3 3.239 1.000 3.237 0 -## 1 deSolve, not compiled 3 29.758 9.187 29.739 0 -## 2 Eigenvalue based 3 4.558 1.407 4.554 0 +## 3 deSolve, compiled 3 3.107 1.000 3.105 0 +## 1 deSolve, not compiled 3 28.765 9.258 28.749 0 +## 2 Eigenvalue based 3 4.446 1.431 4.445 0 ## user.child sys.child ## 3 0 0 ## 1 0 0 @@ -170,8 +170,8 @@ <a class="sourceLine" id="cb8-16" title="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.984 1.000 4.981 0.000 -## 1 deSolve, not compiled 3 55.358 11.107 55.326 0.003 +## 2 deSolve, compiled 3 4.844 1.000 4.842 0 +## 1 deSolve, not compiled 3 53.833 11.113 53.807 0 ## user.child sys.child ## 2 0 0 ## 1 0 0</code></pre> |