Skip to content

Commit

Permalink
fix dep
Browse files Browse the repository at this point in the history
  • Loading branch information
vangheem committed Nov 27, 2023
1 parent 9666e77 commit af562bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nucliadb_telemetry/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install-dev:
# NEEDS TO BE DECOUPLED EVENTUALLY
pip install -e ../nucliadb_protos/python
pip install -e ../nucliadb_utils
pip install -e .
pip install -e ".[all]"

.PHONY: format
format:
Expand Down

1 comment on commit af562bc

@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: af562bc Previous: 6a3e3cd Ratio
nucliadb/search/tests/unit/search/test_fetch.py::test_highligh_error 12980.19894769874 iter/sec (stddev: 4.0925299349164126e-7) 6621.622688322887 iter/sec (stddev: 0.000003234538187648496) 0.51

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

Please sign in to comment.