diff options
Diffstat (limited to 'Tools/PerformanceTests/run_alltests.py')
-rw-r--r-- | Tools/PerformanceTests/run_alltests.py | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Tools/PerformanceTests/run_alltests.py b/Tools/PerformanceTests/run_alltests.py index 3ebc40b63..af99df194 100644 --- a/Tools/PerformanceTests/run_alltests.py +++ b/Tools/PerformanceTests/run_alltests.py @@ -5,10 +5,14 @@ # # License: BSD-3-Clause-LBNL -import os, sys, shutil -import argparse, re, time -from functions_perftest import * +import argparse import datetime +import os +import re +import shutil +import time + +from functions_perftest import * # This script runs automated performance tests for WarpX. # It runs tests in list test_list defined below, and write |