issues
search
supabase
/
benchmarks-archive
Infrastucture benchmarks
https://supabase.com
MIT License
31
stars
4
forks
source link
Add resultsDir env var and summaries VIEW
#4
Closed
steve-chavez
closed
4 years ago
steve-chavez
commented
4 years ago
What kind of change does this PR introduce?
Add resultsDir env var to the
write-results-db.js
script to specify a dir different than
./output
- this helps with uploading the postgrest benchmark results to a supabase project.
Added a sql VIEW for getting benchmark summaries - using this for the results on
https://github.com/supabase/benchmarks/issues/2#issuecomment-700051893
. The format is like the one on the attachment. This might help with the KPS benchmark as well.
What kind of change does this PR introduce?
write-results-db.js
script to specify a dir different than./output
- this helps with uploading the postgrest benchmark results to a supabase project.