Skip to content

Commit

Permalink
reduce benchmark computation time
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-glx committed Nov 20, 2020
1 parent 355fb8d commit aafd779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/benchmark.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ isoreg(y)
n<-2^(2:27)
n<-2^(2:25)
benchOneN <- function(n){
x<-sample(n,replace=TRUE)
y<-sample(n,replace=TRUE)+0.0
Expand Down

0 comments on commit aafd779

Please sign in to comment.