Skip to content

Commit 35059a9

Browse files
committed
Update workload.py
1 parent f7c8a6b commit 35059a9

File tree

1 file changed

+1
-1
lines changed
  • code_to_optimize/code_directories/simple_tracer_e2e

1 file changed

+1
-1
lines changed

code_to_optimize/code_directories/simple_tracer_e2e/workload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class SimpleModel:
4848
@staticmethod
4949
def predict(data):
5050
result = []
51-
sleep(0.1)
51+
sleep(0.1) # can be optimized away
5252
for i in range(500):
5353
for x in data:
5454
computation = 0

0 commit comments

Comments
 (0)