Skip to content

Commit

Permalink
Increase microbenchmark rnorm to 1 mill for better comparison of perf…
Browse files Browse the repository at this point in the history
…ormance
  • Loading branch information
sciome-bot committed Jan 24, 2024
1 parent d9882e2 commit bb210da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mkl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
library(microbenchmark)
microbenchmark(
rnorm(100000),
rnorm(1000000),
times = 10000
)
- name: install oneAPI MKL library
Expand All @@ -64,6 +64,6 @@ jobs:
run: |
library(microbenchmark)
microbenchmark(
rnorm(100000),
rnorm(1000000),
times = 10000
)

0 comments on commit bb210da

Please sign in to comment.