-
Notifications
You must be signed in to change notification settings - Fork 20
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
Performance Testing #10
Comments
I have run the specified tests. The first few rows from the dummy database I used are provided below.
pg_dump and psql
10,000
100,000
1,000,000
MeltanoLabs/tap-postgres and MeltanoLabs/target-postgres:10,000
100,000
1,000,000
transferwise/pipelinewise-tap-postgres and transferwise/pipelinewise-target-postgres:10,000
100,000
1,000,000
|
I like what you did here, I think we should make some kind of script that we can run to test this. Ideally we'd probably make a whole performance infrastructure to test over time and track but that seems a bit overkill. Could you make a script python or something, drop it in the ./scripts dir here maybe I want to see what happens with the new performance update you made, and then it'd be nice to be able to "objectively" have folks run the test to see if we improved things or not. |
Setup a test for how long it takes to load
Compare these to:
Programmatically would be best here
The text was updated successfully, but these errors were encountered: