Skip to content

Commit

Permalink
TEST-modin-project#5066: add outer join case for 'TimeConcat' benchmark
Browse files Browse the repository at this point in the history
Signed-off-by: Myachev <anatoly.myachev@intel.com>
  • Loading branch information
anmyachev committed Sep 29, 2022
1 parent 12c3f14 commit 8353bc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion asv_bench/benchmarks/benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class TimeConcat:
param_names = ["shapes", "how", "axis"]
params = [
get_benchmark_shapes("TimeConcat"),
["inner"],
["inner", "outer"],
[0, 1],
]

Expand Down
1 change: 1 addition & 0 deletions docs/release_notes/release_notes-0.16.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Key Features and Updates
* PERF-#4963: Use partition `width/length` methods instead of `_compute_axis_labels_and_lengths` if index is already known (#4964)
* PERF-#4940: Optimize categorical dtype check in `concatenate` (#4953)
* Benchmarking enhancements
* TEST-#5066: Add outer join case for `TimeConcat` benchmark (#5067)
* FEAT-#4706: Add Modin ClassLogger to PandasDataframePartitionManager (#4707)
* TEST-#5014: Simplify adding new ASV benchmarks (#5015)
* PERF-#4944: Avoid default_to_pandas in ``Series.cat.codes``, ``Series.dt.tz``, and ``Series.dt.to_pytimedelta`` (#4833)
Expand Down

0 comments on commit 8353bc4

Please sign in to comment.