We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd6d27 commit c05e39bCopy full SHA for c05e39b
.github/.keepalive
benchmark/r/benchmark.R
@@ -17,7 +17,7 @@
17
# limitations under the License.
18
19
# Set the precision to 16 digits:
20
-options( digits = 16 );
+options( digits = 16L );
21
22
#' Run benchmarks.
23
#'
@@ -27,7 +27,7 @@ main <- function() {
27
# Define benchmark parameters:
28
name <- "random-triangular";
29
iterations <- 1000000L;
30
- repeats <- 3;
+ repeats <- 3L;
31
32
#' Print the TAP version.
33
0 commit comments