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 MERGE] Depend on uvloop #1710

Closed
wants to merge 1 commit into from
Closed

[DO NOT MERGE] Depend on uvloop #1710

wants to merge 1 commit into from

Conversation

tcompa
Copy link
Collaborator

@tcompa tcompa commented Aug 21, 2024

This is a test, related to #1693 (comment)

Checklist before merging

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

Copy link

Benchmark comparison

GET /api/alive/

User Time current (ms) Time main (ms) Ratio current/main Size current (Kb) Size main (Kb)
vanilla 0.9 0.9 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 9.4 8.5 1.11 0.7 0.7
power 412.5 414.3 1.00 440.2 440.2
dataset 174.7 170.7 1.02 171.2 171.2
project 51.5 49.3 1.04 58.9 58.9
job 29.1 31.9 0.91 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.5 5.9 0.93 2.2 2.2
power 145.4 137.2 1.06 652.0 652.0
dataset 144.2 137.9 1.05 904.8 904.8
project 49.4 46.5 1.06 283.7 283.7
job 38.7 36.0 1.08 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 5.9 6.2 0.95 0.1 0.1
power 5.8 6.1 0.95 0.1 0.1
dataset 5.8 5.8 1.00 0.1 0.1
project 7.8 7.8 1.00 2.3 2.3
job 5.7 6.0 0.95 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 13.7 10.5 1.30 0.8 0.8
power 25.8 24.3 1.06 29.8 29.8
dataset 18.6 18.3 1.02 17.1 17.1
project 22.1 21.2 1.04 21.5 21.5
job 10.2 9.9 1.03 0.9 0.9

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

User Time current (ms) Time main (ms) Ratio current/main Size current (Kb) Size main (Kb)
dataset 153.5 148.9 1.03 275.1 275.1

GET /auth/current-user/

User Time current (ms) Time main (ms) Ratio current/main Size current (Kb) Size main (Kb)
vanilla 4.0 4.2 0.95 0.2 0.2
power 3.8 4.1 0.93 0.2 0.2
dataset 3.8 4.1 0.93 0.2 0.2
project 3.9 4.0 0.97 0.2 0.2
job 3.9 3.9 1.00 0.2 0.2

@tcompa tcompa closed this Aug 21, 2024
@tcompa tcompa deleted the test-uvloop branch August 21, 2024 15:46
Copy link

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  fractal_server/app/runner/executors/slurm/sudo
  executor.py
Project Total  

This report was generated by python-coverage-comment-action

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.

1 participant