variation of tests

This commit is contained in:
ag 2024-09-23 14:58:08 +03:00
parent 539df093a3
commit 1916781bbb

View File

@ -45,7 +45,7 @@ if __name__ == "__main__":
vect = []
szq1 = random.randint(5, 10)
szq2 = random.randint(5, 10)
num_of_requests = (random.randint(1, 100))
num_of_requests = (random.randint(1, 1000000))
cache = Cache(szq1, szq2)