Skip to content

Instantly share code, notes, and snippets.

@wdecoster
Created October 21, 2017 12:01
Show Gist options
  • Select an option

  • Save wdecoster/39369afe86f4a151c2c574a234802886 to your computer and use it in GitHub Desktop.

Select an option

Save wdecoster/39369afe86f4a151c2c574a234802886 to your computer and use it in GitHub Desktop.
for t in [1, 2, 3, 4, 5, 6, 7, 8]:
print("Using {} workers.".format(t))
%timeit -r 100 [i for i in stream_fastq_full("test.fastq", t)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment