-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DiscoverVariants runtime has big difference between repeated run with the same args. #231
Comments
Hi @xubo245 ! Sorry for the slow reply; I hadn't seen this issue when it came in! Are you running this locally? If you run 5 times, what do the runtimes look like? It is possible that you're seeing a warmup phenomena (e.g., file system buffering). |
I run avocado in cluster with Spark standalone. run 5 time:
|
I run 20 times:
|
Oh yeah, those times are really all over the map! Do you have the job history server enabled on your Spark cluster? If so, I am wondering if you have any failed tasks during the slower runs? |
I use DiscoverVariants(org.bdgenomics.avocado.cli.DiscoverVariants) to discover Variant,
the data is 8 million PE reads (by wgsim)
But the runtime has big difference between repeated run with the same args.
I try many time.
code:
time:
The text was updated successfully, but these errors were encountered: