Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
622dbcf
Benchmark test_binstats_no_outgrid
weiji14 Dec 27, 2023
5f419f1
Benchmark test_blockmean_input_xyz and test_blockmean_input_xyz
weiji14 Dec 27, 2023
f77db73
Benchmark test_blockmedian_input_table_matrix
weiji14 Dec 27, 2023
7d86e3c
Benchmark test_load_libgmt
weiji14 Dec 27, 2023
2875bf6
Benchmark test_put_matrix and test_put_matrix_grid
weiji14 Dec 27, 2023
998654b
Benchmark test_put_strings
weiji14 Dec 27, 2023
bae569b
Benchmark test_put_vector and test_put_vector_string_dtype
weiji14 Dec 27, 2023
cf9f56a
Benchmark test_call_module and test_dataarray_to_matrix_works
weiji14 Dec 27, 2023
84443ff
Benchmark four test_clib_virtualfile tests
weiji14 Dec 27, 2023
7197e8e
Install pyarrow in benchmarks.yml
weiji14 Dec 27, 2023
7e59b55
Benchmark test_coast_region
weiji14 Dec 27, 2023
a05d975
Benchmark test_colorbar_box
weiji14 Dec 27, 2023
658c737
Benchmark test_config_format_date_map
weiji14 Dec 27, 2023
b403808
Benchmark test_contour_matrix
weiji14 Dec 27, 2023
b32d1dc
Merge branch 'main' into pytest/mark-benchmark-part2
weiji14 Dec 27, 2023
406fc14
Benchmark load_remote_dataset_wrapper
weiji14 Dec 27, 2023
c88f70e
Benchmark test_earth_relief_holes
weiji14 Dec 27, 2023
7c14093
Benchmark test_dimfilter_no_outgrid
weiji14 Dec 27, 2023
af98e47
Benchmark test_figure_repr
weiji14 Dec 27, 2023
b7e4e0e
Benchmark test_filter1d_format
weiji14 Dec 27, 2023
f85aae7
Benchmark test_accessor_set_geographic_cartesian_roundtrip
weiji14 Dec 27, 2023
d44092e
Merge branch 'main' into pytest/mark-benchmark-part2
weiji14 Dec 30, 2023
eef9dc8
Benchmark test_virtualfile_from_vectors_one_string_or_object_column
weiji14 Dec 30, 2023
4c1f1e9
Merge branch 'main' into pytest/mark-benchmark-part2
weiji14 Jan 4, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Benchmark test_call_module and test_dataarray_to_matrix_works
  • Loading branch information
weiji14 committed Dec 27, 2023
commit cf9f56a9c4bbf5b3825161d4d4ddcee5c4cdd618
2 changes: 2 additions & 0 deletions pygmt/tests/test_clib.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def test_destroy_session_fails():
ses.destroy()


@pytest.mark.benchmark
def test_call_module():
"""
Run a command to see if call_module works.
Expand Down Expand Up @@ -388,6 +389,7 @@ def test_write_data_fails():
)


@pytest.mark.benchmark
def test_dataarray_to_matrix_works():
"""
Check that dataarray_to_matrix returns correct output.
Expand Down