Skip to content

Commit b07fb02

Browse files
committed
Update Makefile
1 parent 3abf9d4 commit b07fb02

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Makefile

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -101,19 +101,6 @@ fsanitize:
101101
custom:
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-
117104
lines:
118105
@wc -l $(SRC_DIR)/*.cpp $(INC_DIR)/*.hpp $(SRC_DIR)/*/*.cpp $(INC_DIR)/*/*.hpp | sort
119106

0 commit comments

Comments
 (0)