You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WIP - working on adding benchmarking for your configured postgres database:
python3 cli.py --command benchmark
- Note: you should probably only use this on a newly created database.
tests
You can do some smoke tests on newly created databases with the following command:
python3 cli.py --command tests
- Note: you should probably only use this on a newly created database.
This command opens up a postgres cluster, inserts a users schema, and inserts a few pieces of data, reads this data, then deletes this data and schema. If tests passed they will be shown using the unittest module in python.
The text was updated successfully, but these errors were encountered:
benchmarking
WIP - working on adding benchmarking for your configured postgres database:
- Note: you should probably only use this on a newly created database.
tests
You can do some smoke tests on newly created databases with the following command:
- Note: you should probably only use this on a newly created database.
This command opens up a postgres cluster, inserts a users schema, and inserts a few pieces of data, reads this data, then deletes this data and schema. If tests passed they will be shown using the unittest module in python.
The text was updated successfully, but these errors were encountered: