-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Find endpoint returns wrong resource ids (#1376)
* added a test * reproduce the issue (seralize returns None) * verify we issue a warning
- Loading branch information
1 parent
1ecf27e
commit f403694
Showing
2 changed files
with
67 additions
and
0 deletions.
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
f403694
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.
Benchmark
nucliadb/search/tests/unit/search/test_fetch.py::test_highligh_error
9961.463283719628
iter/sec (stddev: 3.905548854902772e-7
)8667.761941074237
iter/sec (stddev: 2.4327377097212595e-7
)0.87
This comment was automatically generated by workflow using github-action-benchmark.
f403694
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.
Benchmark
nucliadb/tests/benchmarks/test_search.py::test_search_returns_labels[tikv_driver_settings]
55.589994526227066
iter/sec (stddev: 0.00033342717884475136
)nucliadb/tests/benchmarks/test_search.py::test_search_relations[tikv_driver_settings]
153.94547058653507
iter/sec (stddev: 0.0001462787212458045
)This comment was automatically generated by workflow using github-action-benchmark.
f403694
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.
Benchmark
nucliadb/tests/benchmarks/test_search.py::test_search_returns_labels[pg_driver_settings]
40.564386315183135
iter/sec (stddev: 0.000550809285267684
)nucliadb/tests/benchmarks/test_search.py::test_search_relations[pg_driver_settings]
118.24289250280503
iter/sec (stddev: 0.00021220229878493168
)This comment was automatically generated by workflow using github-action-benchmark.