diff options
author | Douglas Bagnall <douglas.bagnall@catalyst.net.nz> | 2016-08-17 10:56:50 +1200 |
---|---|---|
committer | Douglas Bagnall <dbagnall@samba.org> | 2016-08-31 07:09:26 +0200 |
commit | e908873757171db5b65296c5c3cdefe7d0fb0c01 (patch) | |
tree | 8e1b277cf9ac52bb4be4c136966ccf6953e37e75 /Makefile | |
parent | 288efc55608e7d465f68d782790cf485defb79b6 (diff) | |
download | samba-e908873757171db5b65296c5c3cdefe7d0fb0c01.tar.gz |
make perftest: for performance testing
This runs a selection of subunit tests and reduces the output to only
the time it takes to run each test.
The tests are listed in selftest/perf_tests.py.
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,6 +16,9 @@ uninstall: test: $(WAF) test $(TEST_OPTIONS) +perftest: + $(WAF) test --perf-test $(TEST_OPTIONS) + help: @echo NOTE: to run extended waf options use $(WAF_BINARY) or modify your PATH $(WAF) --help |