File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -101,19 +101,6 @@ fsanitize:
101101custom :
102102 make CXXFLAGS=" $( ARG) $( CXXFLAGS) "
103103
104- flamegraph :
105- mkdir -p profiling
106- flamegraph -o profiling/flamegraph-$(shell date "+% d-% m-% Y:% H:% M:% S") .svg --image-width 1400 --deterministic -- ./$(NAME ) $(ARG )
107-
108- jmeter :
109- mkdir -p tests/jmeter
110- if [ ! " $( shell ls -A tests/jmeter) " ]; then \
111- wget https://dlcdn.apache.org//jmeter/binaries/apache-jmeter-5.6.2.tgz -O tests/jmeter/jmeter.tgz; \
112- tar -xzf tests/jmeter/jmeter.tgz -C tests/jmeter --strip-components=1; \
113- rm tests/jmeter/jmeter.tgz; \
114- fi
115- ./tests/jmeter/bin/jmeter
116-
117104lines :
118105 @wc -l $(SRC_DIR ) /* .cpp $(INC_DIR ) /* .hpp $(SRC_DIR ) /* /* .cpp $(INC_DIR ) /* /* .hpp | sort
119106
You can’t perform that action at this time.
0 commit comments