Skip to content

Commit

Permalink
Test choose_node with standalone mode off
Browse files Browse the repository at this point in the history
  • Loading branch information
jotare committed Jan 29, 2024
1 parent 9fc39a8 commit c54ac3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def repeated_choose_node(
return shard_ids, node_ids


def test_choose_node_with_nodes_and_replicas():
def test_choose_node_with_nodes_and_replicas(standalone_mode_off):
"""Validate how choose node selects between different options depending on
configuration.
Expand Down

3 comments on commit c54ac3f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: c54ac3f Previous: d4afd82 Ratio
nucliadb/search/tests/unit/search/test_fetch.py::test_highligh_error 13198.68581178513 iter/sec (stddev: 7.247829752831916e-7) 13028.533525895236 iter/sec (stddev: 4.192637045977425e-7) 0.99

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: c54ac3f Previous: d4afd82 Ratio
nucliadb/search/tests/unit/search/test_fetch.py::test_highligh_error 12928.819462997439 iter/sec (stddev: 2.3042760014714705e-7) 13028.533525895236 iter/sec (stddev: 4.192637045977425e-7) 1.01

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: c54ac3f Previous: d4afd82 Ratio
nucliadb/search/tests/unit/search/test_fetch.py::test_highligh_error 12707.773401976194 iter/sec (stddev: 2.419954806473152e-7) 13028.533525895236 iter/sec (stddev: 4.192637045977425e-7) 1.03

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.