This commit is contained in:
Michal Szczepanski 2019-08-23 02:53:14 +02:00
parent d6e694bd43
commit 35f9ccad24
No known key found for this signature in database
GPG Key ID: 3DCEFDDFCCB1DC69
1 changed files with 0 additions and 1 deletions

View File

@ -246,7 +246,6 @@ if __name__ == '__main__':
Logger.info('read {}'.format(i))
t = time.time() - b
print("read elements in {}s - {} per second".format(t, test_size/t))
crud.read(index=2)
crud.delete(index=3)
crud.update(index=2, data=rstring(85))
crud.read(index=size)