Skip to content

Enhancements - add benchmarking and unit tests.Β #1

@jim-schwoebel

Description

@jim-schwoebel

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions