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

Do not test V1 with psycopg #1667

Merged
merged 2 commits into from
Jul 18, 2024
Merged

Conversation

tcompa
Copy link
Collaborator

@tcompa tcompa commented Jul 18, 2024

Checklist before merging

  • I added an appropriate entry to CHANGELOG.md
  • I merged main into the current branch.

@tcompa tcompa linked an issue Jul 18, 2024 that may be closed by this pull request
@tcompa tcompa marked this pull request as ready for review July 18, 2024 14:06
Copy link

github-actions bot commented Jul 18, 2024

Benchmark comparison

GET /api/alive/

User Time current (ms) Time main (ms) Ratio current/main Size current (Kb) Size main (Kb)
vanilla 0.8 0.8 1.00 0.0 0.0
power 0.8 0.8 1.00 0.0 0.0
dataset 0.8 0.8 1.00 0.0 0.0
project 0.8 0.8 1.00 0.0 0.0
job 0.8 0.8 1.00 0.0 0.0

GET /api/v2/dataset/

User Time current (ms) Time main (ms) Ratio current/main Size current (Kb) Size main (Kb)
vanilla 8.6 8.6 1.00 0.7 0.7
power 425.1 414.0 1.03 440.2 440.2
dataset 166.2 157.6 1.05 171.2 171.2
project 49.8 46.7 1.07 58.9 58.9
job 29.3 27.3 1.07 41.7 41.7

GET /api/v2/job/

User Time current (ms) Time main (ms) Ratio current/main Size current (Kb) Size main (Kb)
vanilla 5.8 5.8 1.00 2.2 2.2
power 138.1 135.2 1.02 652.0 652.0
dataset 142.6 133.9 1.06 904.8 904.8
project 48.2 46.5 1.04 283.7 283.7
job 37.1 35.9 1.03 224.8 224.8

GET /api/v2/project/

User Time current (ms) Time main (ms) Ratio current/main Size current (Kb) Size main (Kb)
vanilla 6.2 5.9 1.05 0.1 0.1
power 6.6 5.8 1.14 0.1 0.1
dataset 6.1 5.9 1.03 0.1 0.1
project 8.0 7.9 1.01 2.3 2.3
job 5.8 5.9 0.98 0.1 0.1

GET /api/v2/workflow/

User Time current (ms) Time main (ms) Ratio current/main Size current (Kb) Size main (Kb)
vanilla 10.5 10.3 1.02 0.8 0.8
power 24.4 24.7 0.99 29.8 29.8
dataset 19.0 20.4 0.93 17.1 17.1
project 24.4 21.3 1.15 21.5 21.5
job 10.0 10.0 1.00 0.9 0.9

POST /api/v2/project/3/dataset/407/images/query/

User Time current (ms) Time main (ms) Ratio current/main Size current (Kb) Size main (Kb)
dataset 151.6 145.4 1.04 275.1 275.1

Copy link

Coverage report

This PR does not seem to contain any modification to coverable code.

@tcompa tcompa merged commit 9ca3fe9 into main Jul 18, 2024
@tcompa tcompa deleted the 1666-do-not-test-psycopg-adapter-for-v1-api branch July 18, 2024 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Do not test psycopg adapter for V1 API
1 participant