Commit e5600597 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent aecf1bca
......@@ -135,7 +135,7 @@ def main():
N = 100000
wg = sync.WorkGroup(context.background())
for x in 'abcdefgh':
for x in 'a':
wg.go(T1, x, N)
wg.go(T2, N)
wg.wait()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment