diff options
| author | venkataram-nv <vedavamadath@nvidia.com> | 2024-09-05 08:20:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-05 08:20:50 -0700 |
| commit | 959f55de964ff108947db72a3f8d25b39995f2c8 (patch) | |
| tree | 8a88a9b58f7f27692344410beb2382694cd0cea4 /tools | |
| parent | d4aeb18cb348104fa6b036393488df780902a353 (diff) | |
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.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/benchmark/compile.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
