Skip to content

Instantly share code, notes, and snippets.

@lucasgomide
Created October 4, 2017 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucasgomide/5011782c06ae35a623d8c7c8139f5d0d to your computer and use it in GitHub Desktop.
Save lucasgomide/5011782c06ae35a623d8c7c8139f5d0d to your computer and use it in GitHub Desktop.
sort
a = 0
b = 0
(1..10000).each do
g = group_index('test_92_course_page', Time.zone.now.to_i, AbTest::AnonymousService::VARIANTS_NON_LOGGED_IN)
if g == 0
a += 1
else
b += 1
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment