Browse Source
fixup! pytest: Fix benchmarks after the fixture migration
fix-benchmarks
Christian Decker
6 years ago
No known key found for this signature in database
GPG Key ID: 1416D83DC4F0E86D
1 changed files with
0 additions and
2 deletions
-
tests/benchmark.py
|
|
@ -4,10 +4,8 @@ from time import time |
|
|
|
from tqdm import tqdm |
|
|
|
|
|
|
|
|
|
|
|
import logging |
|
|
|
import pytest |
|
|
|
import random |
|
|
|
import utils |
|
|
|
|
|
|
|
|
|
|
|
num_workers = 480 |
|
|
|