diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-18 23:23:00 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-18 23:27:41 +0200 |
commit | 11f757e9e9027ff045680b471663555ed5ff946c (patch) | |
tree | 09dbe65272b3bc54e068683afa7a6aedc821a611 /test/pytest.ini | |
parent | flame_graph.sh -> flamegraph.sh (diff) | |
download | cimple-11f757e9e9027ff045680b471663555ed5ff946c.tar.gz cimple-11f757e9e9027ff045680b471663555ed5ff946c.zip |
test: store multiple flame graphs alongside
Previously, it would get stored in build/flame_graph/flame_graphs.svg.
Now, the test repository codename is added to the file name.
Also, some refactoring and simplifying test filtering.
Diffstat (limited to '')
-rw-r--r-- | test/pytest.ini | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/pytest.ini b/test/pytest.ini index 6b95d54..69a5cc2 100644 --- a/test/pytest.ini +++ b/test/pytest.ini @@ -6,5 +6,4 @@ log_cli_level = INFO markers = stress: Long tests; don't run them casually - valgrind: These tests are run w/ Valgrind flame_graph: Generate the flame graph for these tests |