Skip to content

Commit

Permalink
wip - before adding levels > 0
Browse files Browse the repository at this point in the history
  • Loading branch information
udi-speedb committed Feb 15, 2024
1 parent c08f045 commit f1e0c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/db_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8427,7 +8427,8 @@ TEST_F(DBGsStressTest, GS_GetSmallestStress) {

// constexpr int num_seek_keys = 100000;
constexpr int num_seek_keys = 1000;
constexpr int delete_one_in = 3;
constexpr int delete_one_in = 100;
constexpr bool delete_during_run = false;

// gs_report_iters_progress = false;

Expand All @@ -8449,7 +8450,6 @@ TEST_F(DBGsStressTest, GS_GetSmallestStress) {
using nano = std::chrono::nanoseconds;
auto dflt_cfh = dbfull()->DefaultColumnFamily();

bool delete_during_run = false;

std::cout << "\nSeek Start\n";
comparator->num_comparisons = 0U;
Expand Down

0 comments on commit f1e0c46

Please sign in to comment.