Skip to content

Commit

Permalink
removes pause.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwatson78 committed Oct 14, 2024
1 parent a317ac1 commit 64e31fb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/mass_work_generation_performance_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ def create_works_in_collection
'work_resource.save_acl' => { permissions_params: {} }
).call(@work_change_set)
@file.unlink
if i.multiple_of?(20)
report_current_time
sleep 0.5
end
report_current_time if i.multiple_of?(20)
end
end

Expand Down

0 comments on commit 64e31fb

Please sign in to comment.