variation of tests
This commit is contained in:
parent
539df093a3
commit
1916781bbb
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user