Skip to content

Commit c05e39b

Browse files
committed
Auto-generated commit
1 parent acd6d27 commit c05e39b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

benchmark/r/benchmark.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# limitations under the License.
1818

1919
# Set the precision to 16 digits:
20-
options( digits = 16 );
20+
options( digits = 16L );
2121

2222
#' Run benchmarks.
2323
#'
@@ -27,7 +27,7 @@ main <- function() {
2727
# Define benchmark parameters:
2828
name <- "random-triangular";
2929
iterations <- 1000000L;
30-
repeats <- 3;
30+
repeats <- 3L;
3131

3232
#' Print the TAP version.
3333
#'

0 commit comments

Comments
 (0)