Optimize EvMore for prototypes, as per #2126

This commit is contained in:
Griatch 2020-09-09 10:06:59 +02:00
parent a1410ef30f
commit d607bbb0fc
4 changed files with 330 additions and 215 deletions

View file

@ -1100,6 +1100,6 @@ class PrototypeCrashTest(EvenniaTest):
for x in range(2):
self.create(num_prototypes)
# print("Attempting to list prototypes...")
start_time = time()
# start_time = time()
self.char1.execute_cmd('spawn/list')
# print(f"Prototypes listed in {time()-start_time} seconds.")