From 9d6a975a0e3850a36889a18b5d9929d27b901ab3 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 4 Mar 2019 14:09:45 +0100 Subject: Make some example output more reproducible In order to avoid some unnecessary documentation rebuilds --- docs/articles/web_only/compiled_models.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/articles/web_only/compiled_models.html') diff --git a/docs/articles/web_only/compiled_models.html b/docs/articles/web_only/compiled_models.html index 1d96ea76..269b1098 100644 --- a/docs/articles/web_only/compiled_models.html +++ b/docs/articles/web_only/compiled_models.html @@ -129,9 +129,9 @@ }
## Lade nötiges Paket: rbenchmark
##                    test replications elapsed relative user.self sys.self
-## 3     deSolve, compiled            3   2.313    1.000     2.312        0
-## 1 deSolve, not compiled            3  17.602    7.610    17.595        0
-## 2      Eigenvalue based            3   2.853    1.233     2.851        0
+## 3     deSolve, compiled            3   2.310    1.000     2.308        0
+## 1 deSolve, not compiled            3  17.509    7.580    17.500        0
+## 2      Eigenvalue based            3   2.859    1.238     2.858        0
 ##   user.child sys.child
 ## 3          0         0
 ## 1          0         0
@@ -160,8 +160,8 @@
 }
## Successfully compiled differential equation model from auto-generated C code.
##                    test replications elapsed relative user.self sys.self
-## 2     deSolve, compiled            3   4.049    1.000     4.047        0
-## 1 deSolve, not compiled            3  37.135    9.171    37.119        0
+## 2     deSolve, compiled            3   4.074    1.000     4.072        0
+## 1 deSolve, not compiled            3  37.219    9.136    37.203        0
 ##   user.child sys.child
 ## 2          0         0
 ## 1          0         0
-- cgit v1.2.1