Skip to content

Commit

Permalink
Update redis_state_ut.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
liuh-80 authored Sep 13, 2024
1 parent 0488669 commit 4178f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/redis_state_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ using namespace swss;

#define TEST_DB "APPL_DB" // Need to test against a DB which uses a colon table name separator due to hardcoding in consumer_table_pops.lua
#define NUMBER_OF_THREADS (64) // Spawning more than 256 threads causes libc++ to except
#define NUMBER_OF_OPS (1000)
#define NUMBER_OF_OPS (1500)
#define MAX_FIELDS_DIV (30) // Testing up to 30 fields objects
#define PRINT_SKIP (10) // Print + for Producer and - for Consumer for every 100 ops

Expand Down

0 comments on commit 4178f07

Please sign in to comment.