Docker: Plot total times of benchmarks

This commit is contained in:
Ole Schütt 2026-01-02 12:47:17 +01:00 committed by Ole Schütt
parent 0542fe1253
commit ac5e2791ec
3 changed files with 33 additions and 16 deletions

View file

@ -52,6 +52,7 @@ run_test mypy --strict ./tools/precommit/check_file_properties.py
run_test mypy --strict ./tools/precommit/format_makefile.py
run_test mypy --strict ./tools/precommit/format_input_file.py
run_test mypy --strict ./tools/docker/generate_dockerfiles.py
run_test mypy --strict ./tools/docker/scripts/plot_performance.py
run_test mypy --strict ./tools/conventions/redirect_gfortran_output.py
run_test mypy --strict ./tools/conventions/analyze_gfortran_ast.py
run_test mypy --strict ./tests/do_regtest.py