Commit 864078d1 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d8111b6e
......@@ -156,7 +156,7 @@ def main():
N = 100000
wg = sync.WorkGroup(context.background())
for x in 'abcd':
for x in 'abcdefgh':
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