remove the gaurenteed fail

This commit is contained in:
Nikolas
2025-07-18 10:41:49 -07:00
parent 654161b353
commit c738f92915

View File

@@ -230,6 +230,6 @@ if __name__ == "__main__":
except Exception as ex:
logging.error("something went wrong running the benchmark!")
logging.exception(ex)
sys.exit(1)
finally:
terminate_processes(PROCESS_NAME)
sys.exit(1)