Skip to content

Commit

Permalink
Increase problem size to avoid near-zero timings
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Jan 7, 2024
1 parent 717b844 commit 9a86d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/demo.f90
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ program demo
call bench%init(nmarks=2, title='Demo Benchmark', filename='results/demo', nloops=2, timer='wall')

! start the benchmark
do p = 300_ik,600_ik, 100_ik ! loop over problem size
do p = 600_ik,900_ik, 100_ik ! loop over problem size

!===============================================================================
! allocate and initialize your variables here
Expand Down

0 comments on commit 9a86d27

Please sign in to comment.