Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drvi committed Jun 7, 2024
1 parent 6d701cb commit 8e31624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const url = "http://127.0.0.1:$port"
workload() = @async begin
for _ in 1:1000
if done[] return end
InteractiveUtils.peakflops(1024, ntrials=1)
InteractiveUtils.peakflops(1024)
yield() # yield to allow the tests to run
end
end
Expand Down

0 comments on commit 8e31624

Please sign in to comment.