aboutsummaryrefslogtreecommitdiff
path: root/Tools/PerformanceTests/functions_perftest.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-12-21pre-commit: Python imports (#2686)Gravatar Axel Huebl 1-3/+8
* pre-commit: Python imports Add two new Python rules to: - remove unused imports - sort imports according to PEP8 * pre-commit: Python imports Add two new Python rules to: - remove unused imports - sort imports according to PEP8 `.editorconfig`: isort options https://github.com/PyCQA/isort/wiki/isort-Settings * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * move import os (mpl) * move import yt (mpl) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Cleanup around matplotlib.use * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Cleaning: double np and lib Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2020-08-17fix performance IO automated test (#1248)Gravatar MaxThevenet 1-1/+1
2020-07-20instrument FlushFormatPlotfile::WriteToFile and use it in automated perf ↵Gravatar MaxThevenet 1-1/+1
tests (#1185)
2020-07-16fix automated performance tests on Summit (#1160)Gravatar MaxThevenet 1-1/+1
* update IO syntax for performance CI * update performance tests dir * minor fixes in the IO perf test
2020-04-10Reorganize Tools/ into subfolders, in prevision of LibEnsemble scripts (#908)Gravatar MaxThevenet 1-0/+250
* reorganize Tools/ into subfolders, in prevision of LibEnsemble scripts * Oops, also need to let git know some files have been deleted * caps for consistency * few paths to fix