summaryrefslogtreecommitdiff
path: root/testing/tests/benchmarks/conftest.py
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2017-04-04 12:18:25 +0200
committerdrebs <drebs@leap.se>2017-04-04 18:34:45 +0200
commit218273f4284ecf2d80def30ae74d92bc99b974b7 (patch)
treec889aafb4b847faa3a7dc8165cd6ee9d07e44ebc /testing/tests/benchmarks/conftest.py
parent414ecfbb95b067d8f72400af4da9ed686742efc3 (diff)
[feat] add the host hostname to benchmark machine info
Diffstat (limited to 'testing/tests/benchmarks/conftest.py')
-rw-r--r--testing/tests/benchmarks/conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/benchmarks/conftest.py b/testing/tests/benchmarks/conftest.py
index 1b99d96e..bec5d7ab 100644
--- a/testing/tests/benchmarks/conftest.py
+++ b/testing/tests/benchmarks/conftest.py
@@ -1,6 +1,6 @@
+import base64
import pytest
import random
-import base64
from twisted.internet import threads, reactor