Skip to content

Commit

Permalink
time
Browse files Browse the repository at this point in the history
  • Loading branch information
sebyx07 committed Aug 3, 2024
1 parent b27bba1 commit fe70194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/binary_search/list_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
large_list | other_large_list
large_list & other_large_list
large_list - other_large_list
}.to perform_under(1).sec
}.to perform_under(2).sec

expect((large_list | other_large_list).size).to be_within(10).of(150_000)
expect((large_list & other_large_list).size).to be_within(10).of(50_000)
Expand Down

0 comments on commit fe70194

Please sign in to comment.