-
Notifications
You must be signed in to change notification settings - Fork 228
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
Mark unit tests with @pytest.mark.benchmark part 2 #2924
Merged
+47
−2
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
622dbcf
Benchmark test_binstats_no_outgrid
weiji14 5f419f1
Benchmark test_blockmean_input_xyz and test_blockmean_input_xyz
weiji14 f77db73
Benchmark test_blockmedian_input_table_matrix
weiji14 7d86e3c
Benchmark test_load_libgmt
weiji14 2875bf6
Benchmark test_put_matrix and test_put_matrix_grid
weiji14 998654b
Benchmark test_put_strings
weiji14 bae569b
Benchmark test_put_vector and test_put_vector_string_dtype
weiji14 cf9f56a
Benchmark test_call_module and test_dataarray_to_matrix_works
weiji14 84443ff
Benchmark four test_clib_virtualfile tests
weiji14 7197e8e
Install pyarrow in benchmarks.yml
weiji14 7e59b55
Benchmark test_coast_region
weiji14 a05d975
Benchmark test_colorbar_box
weiji14 658c737
Benchmark test_config_format_date_map
weiji14 b403808
Benchmark test_contour_matrix
weiji14 b32d1dc
Merge branch 'main' into pytest/mark-benchmark-part2
weiji14 406fc14
Benchmark load_remote_dataset_wrapper
weiji14 c88f70e
Benchmark test_earth_relief_holes
weiji14 7c14093
Benchmark test_dimfilter_no_outgrid
weiji14 af98e47
Benchmark test_figure_repr
weiji14 b7e4e0e
Benchmark test_filter1d_format
weiji14 f85aae7
Benchmark test_accessor_set_geographic_cartesian_roundtrip
weiji14 d44092e
Merge branch 'main' into pytest/mark-benchmark-part2
weiji14 eef9dc8
Benchmark test_virtualfile_from_vectors_one_string_or_object_column
weiji14 4c1f1e9
Merge branch 'main' into pytest/mark-benchmark-part2
weiji14 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -180,6 +180,7 @@ def test_load_notre_dame_topography(): | |
assert data["z"].max() == 960 | ||
|
||
|
||
@pytest.mark.benchmark | ||
def test_earth_relief_holes(): | ||
""" | ||
Check that the @earth_relief_20m_holes.grd dataset loads without errors. | ||
Comment on lines
+183
to
186
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Only benchmarking |
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of benchmarking all the various
load_earth_*
functions, I just made created a new one that tests the_load_remote_dataset
function, and it should cover the refactoring happening at #2917. Note that this test is somewhat duplicatingtest_earth_age_01d_with_region
, but should be ok I hope.