Skip to content

Commit

Permalink
modified: Julia/stress_test.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
jvo203 committed Mar 24, 2024
1 parent c8f5bf8 commit 1b53552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Julia/stress_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ end
responses::Int64 = 0
total_time::Float64 = 0.0
stat = RemoteChannel(() -> Channel{Float64}(32))
hist = Hist1D(Float64, bins=0.0:10.0:2000.0, overflow=true) # 0.0:10.0:2000.0 or 0.0:1.0:20.0
hist = Hist1D(; counttype=Float64, binedges=0.0:10.0:2000.0, overflow=true) # 0.0:10.0:2000.0 or 0.0:1.0:20.0

stat_task = @async while true
global responses, total_time
Expand Down

0 comments on commit 1b53552

Please sign in to comment.