From cebe9a8f5d8bc5ff840a224ffe02ce0c91c06ec3 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 27 Aug 2023 11:31:45 +0200 Subject: make test/perf -> make flame_graphs --- Makefile | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 79221d6..c2870dd 100644 --- a/Makefile +++ b/Makefile @@ -77,14 +77,6 @@ test/sanity: ctest --test-dir '$(call escape,$(cmake_dir))' \ --verbose --tests-regex python_tests_sanity -.PHONY: test/valgrind -test/valgrind: - @echo ----------------------------------------------------------------- - @echo Running sanity tests w/ Valgrind - @echo ----------------------------------------------------------------- - ctest --test-dir '$(call escape,$(cmake_dir))' \ - --verbose --tests-regex python_tests_valgrind - .PHONY: test/stress test/stress: @echo ----------------------------------------------------------------- @@ -93,13 +85,21 @@ test/stress: ctest --test-dir '$(call escape,$(cmake_dir))' \ --verbose --tests-regex python_tests_stress -.PHONY: test/perf -test/perf: +.PHONY: test/valgrind +test/valgrind: + @echo ----------------------------------------------------------------- + @echo Running sanity tests w/ Valgrind + @echo ----------------------------------------------------------------- + ctest --test-dir '$(call escape,$(cmake_dir))' \ + --verbose --tests-regex python_tests_valgrind + +.PHONY: flame_graphs +flame_graphs: @echo ----------------------------------------------------------------- @echo Collecting profiling data @echo ----------------------------------------------------------------- ctest --test-dir '$(call escape,$(cmake_dir))' \ - --verbose --tests-regex python_tests_perf + --verbose --tests-regex python_tests_flame_graphs .PHONY: test/docker test/docker: test/sanity -- cgit v1.2.3