From 4978e64f33f16d7c6711b99b78e73f74f678b8dc Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Wed, 19 Jun 2024 19:24:57 +0200 Subject: [PATCH] wip --- scripts/ci/e2e_benchmark.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/ci/e2e_benchmark.py b/scripts/ci/e2e_benchmark.py index 0366bb45d..c19d5f264 100644 --- a/scripts/ci/e2e_benchmark.py +++ b/scripts/ci/e2e_benchmark.py @@ -7,8 +7,6 @@ import csv import numpy as np import time import argparse -from scipy import stats -import logging class BenchmarkRunner: