-
Notifications
You must be signed in to change notification settings - Fork 0
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
ASV Profiling doesn't work with multiply file resolutions #2
Comments
The benchmarks with two resolutions are parameterized, which makes sense that it fail with You may find this usefull. Can you try running the following:
EDIT: the following might work: |
Hey @philipc2, It still says |
Interesting, I'll look into it. |
In some of our benchmarks (mpas_ocean specifically) there is a test of two files, 120km and 480km. Profiling fails when this is the case. Changing the code to only use one file allows profiling to work again:
Running
asv profile mpas_ocean.ConstructTreeStructures.time_kd_tree --python=same --gui=snakeviz
with the normal unchanged class gives an error:mpas_ocean.ConstructTreeStructures.time_kd_tree' benchmark not found
. Is there a way around this, or is this a problem on our end?The text was updated successfully, but these errors were encountered: