Skip to content

Commit

Permalink
Reduce nloops to avoid very small elapsed time.
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Jan 23, 2024
1 parent b097d1e commit 2525353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/dot/dot.f90
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ program benchmark_dot
allocate(seed_array(seed_size))
seed_array = 123456789

call bench%init(7,'Benchmark dot_product','benchmarks/dot/results/dot', 1000)
call bench%init(7,'Benchmark dot_product','benchmarks/dot/results/dot', 5000)

num_elements = [100_ik, 1000_ik, 10000_ik, 100000_ik, 1000000_ik]

Expand Down

0 comments on commit 2525353

Please sign in to comment.