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 bf63f1d commit fdb87dfCopy full SHA for fdb87df
.gitignore
@@ -2,3 +2,4 @@
2
.data/*.log
3
flamegraph*
4
*flamegraph.stacks
5
+*.data
Makefile
@@ -1,2 +1,7 @@
1
+url ?= postgres://root:password@localhost:5432/rainfrog
+
dev:
- cargo run -- -u postgres://root:password@localhost:5432/rainfrog
+ cargo run -- -u $(url)
6
+profile:
7
+ cargo flamegraph --post-process flamelens --root -- -u $(url)
0 commit comments