We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a66776 commit 46c78acCopy full SHA for 46c78ac
Makefile
@@ -32,3 +32,12 @@ test: test-data
32
33
lint:
34
golangci-lint run
35
+
36
+## profile-memory - Run test and generate memory profile
37
+profile-memory:
38
+ echo "Run test and generate memory profile"
39
40
+## profile-memory-compare - Compare two memory profiles
41
+## example: make profile-memory-compare BASE_FILE=memprofile1.out FEAT_FILE=memprofile2.out
42
+profile-memory-compare:
43
+ echo "Compare two memory profiles"
0 commit comments