-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
add: override PGRST_CMD for postgrest-loadtest from env #4219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The above is real nice, we can use it to improve perf. Looking at this #4220 (comment), is this PR dependent on #4220? Or how do you confirm this PR is working as expected? |
It doesn't depend on #4220, I've merely used |
2959cb6 to
aba9623
Compare
03ebc68 to
0d77a4d
Compare
0d77a4d to
2dfed6a
Compare
2b97208 to
3ba2b15
Compare
3ba2b15 to
66729e7
Compare
Enables `PGRST_CMD=postgrest-profiled-run postgrest-loadtest` running loadtest against profiled executable, which wasn't available before
66729e7 to
5b6039f
Compare
Enables overriding postgrest executable with
PGRST_CMDenvironment variable inpostgrest-loadtestscript. This enables, for example, running loadtest against profiled executable with simplePGRST_CMD=postgrest-profiled-run postgrest-loadtest, which wasn't possible before, becausePGRST_CMDwas defined internally.