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 25a3a62e..93c800bf 100644 --- a/docs/articles/web_only/compiled_models.html +++ b/docs/articles/web_only/compiled_models.html @@ -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.296 1.000 2.295 0 -## 1 deSolve, not compiled 3 17.937 7.812 17.928 0 -## 2 Eigenvalue based 3 2.861 1.246 2.859 0 +## 3 deSolve, compiled 3 2.268 1.000 2.267 0 +## 1 deSolve, not compiled 3 18.698 8.244 18.690 0 +## 2 Eigenvalue based 3 2.812 1.240 2.811 0 ## user.child sys.child ## 3 0 0 ## 1 0 0 @@ -156,12 +156,12 @@ <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.020 1.000 4.017 0 -## 1 deSolve, not compiled 3 37.721 9.383 37.704 0 +## 2 deSolve, compiled 3 4.032 1.000 4.028 0 +## 1 deSolve, not compiled 3 39.759 9.861 39.741 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>Here we get a performance benefit of a factor of 10 using the version of the differential equation model compiled from C code!</p> <p>This vignette was built with mkin 0.9.47.6 on</p> <pre><code>## R version 3.5.1 (2018-07-02) ## Platform: x86_64-pc-linux-gnu (64-bit) |