Skip to content

Commit

Permalink
removed time counting
Browse files Browse the repository at this point in the history
  • Loading branch information
cheniujh committed Jul 6, 2023
1 parent 0ba21ee commit 24d123e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/unit/Blpop_Brpop_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,6 @@ def rpush_thread(list_, value_, value2_, value3_, value4_, value5_):
print("test_master_slave_replication Passed [✓], db:db%d" % (db_))

def test_with_db(db_id):
start_time = time.time()
test_single_existing_list(db_id)
test_blpop_brpop_unblock_lrpush_rpoplpush(db_id)
test_concurrency_block_unblock(db_id)
Expand All @@ -824,8 +823,6 @@ def test_with_db(db_id):
test_blpop_brpop_variadic_lpush(db_id)
test_serve_priority(db_id)
test_master_slave_replication(db_id)
end_time = time.time()
print(f"this set of tests costed: {end_time - start_time} seconds")


pika_instance_ip = '127.0.0.1'
Expand Down

0 comments on commit 24d123e

Please sign in to comment.