Browse Source

fixup! pytest: Fix benchmarks after the fixture migration

fix-benchmarks
Christian Decker 6 years ago
parent
commit
34135c85fc
No known key found for this signature in database GPG Key ID: 1416D83DC4F0E86D
  1. 2
      tests/benchmark.py

2
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

Loading…
Cancel
Save