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

Drop examples folder #2405

Merged
merged 2 commits into from
Mar 27, 2025
Merged

Drop examples folder #2405

merged 2 commits into from
Mar 27, 2025

Conversation

tcompa
Copy link
Collaborator

@tcompa tcompa commented Mar 27, 2025

Checklist before merging

  • I added an appropriate entry to CHANGELOG.md
  • I added logging to new code - if appropriate.
  • I merged main into the current branch.

@tcompa tcompa linked an issue Mar 27, 2025 that may be closed by this pull request
@tcompa tcompa marked this pull request as ready for review March 27, 2025 08:00
@tcompa tcompa merged commit a634c60 into main Mar 27, 2025
@tcompa tcompa deleted the 2404-drop-examples-folder branch March 27, 2025 08:00
Copy link

github-actions bot commented Mar 27, 2025

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 9.2 9.5 0.97 0.6 0.6
power 234.8 242.5 0.97 345.4 345.4
dataset 83.5 86.1 0.97 123.2 123.2
project 20.5 20.6 1.00 43.9 43.9
job 10.4 10.4 1.00 29.7 29.7

GET /api/v2/job/

User Time current (ms) Time main (ms) Ratio current/main Size current (Kb) Size main (Kb)
vanilla 6.2 6.0 1.03 2.2 2.2
power 46.9 49.6 0.95 656.2 656.2
dataset 50.7 50.3 1.01 909.2 909.2
project 20.1 17.5 1.15 285.0 285.0
job 14.9 17.4 0.86 225.9 225.9

GET /api/v2/project/

User Time current (ms) Time main (ms) Ratio current/main Size current (Kb) Size main (Kb)
vanilla 7.0 7.0 1.00 0.1 0.1
power 6.7 6.8 0.99 0.1 0.1
dataset 6.8 6.8 1.00 0.1 0.1
project 7.9 7.9 1.00 2.3 2.3
job 7.3 6.8 1.07 0.1 0.1

GET /api/v2/task/

User Time current (ms) Time main (ms) Ratio current/main Size current (Kb) Size main (Kb)
vanilla 5.9 5.4 1.09 0.8 0.8
power 5.8 5.3 1.09 0.8 0.8
dataset 5.7 5.3 1.08 0.8 0.8
project 5.7 5.3 1.08 0.8 0.8
job 5.4 5.3 1.02 0.8 0.8

GET /api/v2/task-group/

User Time current (ms) Time main (ms) Ratio current/main Size current (Kb) Size main (Kb)
vanilla 6.3 6.3 1.00 1.6 1.6
power 6.2 6.2 1.00 1.6 1.6
dataset 6.7 6.2 1.08 1.6 1.6
project 6.1 6.4 0.95 1.6 1.6
job 6.1 6.1 1.00 1.6 1.6

GET /api/v2/workflow/

User Time current (ms) Time main (ms) Ratio current/main Size current (Kb) Size main (Kb)
vanilla 10.4 10.4 1.00 0.8 0.8
power 13.8 13.8 1.00 28.0 28.0
dataset 12.4 12.2 1.02 16.2 16.2
project 16.6 14.1 1.18 20.4 20.4
job 10.9 10.0 1.09 0.8 0.8

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

User Time current (ms) Time main (ms) Ratio current/main Size current (Kb) Size main (Kb)
dataset 37.8 36.9 1.02 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.5 4.4 1.02 0.2 0.2
power 4.3 4.2 1.02 0.2 0.2
dataset 4.6 4.3 1.07 0.2 0.2
project 4.7 4.3 1.09 0.2 0.2
job 4.7 4.2 1.12 0.1 0.1

POST /auth/token/login/

User Time current (ms) Time main (ms) Ratio current/main Size current (Kb) Size main (Kb)
dataset 273.1 273.6 1.00 0.2 0.2

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.

Drop examples folder
1 participant