Skip to content
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

Enhancements - add benchmarking and unit tests. #1

Open
jim-schwoebel opened this issue Nov 4, 2022 · 0 comments
Open

Enhancements - add benchmarking and unit tests. #1

jim-schwoebel opened this issue Nov 4, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jim-schwoebel
Copy link
Owner

benchmarking

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.

@jim-schwoebel jim-schwoebel self-assigned this Nov 4, 2022
@jim-schwoebel jim-schwoebel added the enhancement New feature or request label Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant