From 959f55de964ff108947db72a3f8d25b39995f2c8 Mon Sep 17 00:00:00 2001 From: venkataram-nv Date: Thu, 5 Sep 2024 08:20:50 -0700 Subject: Remove unused package in primary benchmark script (#5014) Also fixes the self-hosted machine that is used for benchmarking, so that variance of timings can be reduced. --- tools/benchmark/compile.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tools') diff --git a/tools/benchmark/compile.py b/tools/benchmark/compile.py index 6717d3377..534e090bc 100644 --- a/tools/benchmark/compile.py +++ b/tools/benchmark/compile.py @@ -3,7 +3,6 @@ import shutil import glob import subprocess import argparse -import halo import sys import prettytable import json -- cgit v1.2.3