Skip to content

Commit 2a63eb8

Browse files
authored
Merge pull request #1161 from tisnik/lcore-1249-comparison-benchmarks-update
LCORE-1249: comparison benchmarks update
2 parents 0663e18 + fe03c6f commit 2a63eb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/benchmarks/test_app_database_comparison.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
)
1414

1515
# number of records to be stored in database before benchmarks
16-
DB_RECORDS_COUNT = 100
16+
DB_RECORDS_COUNT = 10000
1717

1818

1919
@pytest.mark.parametrize("db_fixture", ["sqlite_database", "postgres_database"])
@@ -95,7 +95,7 @@ def test_list_conversations_for_one_user(
9595

9696

9797
@pytest.mark.parametrize("db_fixture", ["sqlite_database", "postgres_database"])
98-
def test_retrieve_conversation(
98+
def test_retrieve_conversation_for_all_users(
9999
request: pytest.FixtureRequest,
100100
db_fixture: str,
101101
benchmark: BenchmarkFixture,

0 commit comments

Comments
 (0)