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 FRACTAL_RUNNER_TASKS_INCLUDE_IMAGE #2327

Conversation

ychiucco
Copy link
Collaborator

closes #2326

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.

@ychiucco ychiucco marked this pull request as ready for review February 28, 2025 09:10
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.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.3 11.6 0.80 0.3 0.6
power 221.9 277.0 0.80 105.9 345.4
dataset 69.1 98.5 0.70 5.4 123.2
project 18.5 26.9 0.69 6.9 43.9
job 8.5 12.6 0.67 0.3 29.7

GET /api/v2/job/

User Time current (ms) Time main (ms) Ratio current/main Size current (Kb) Size main (Kb)
vanilla 6.0 8.1 0.74 2.2 2.2
power 48.3 60.9 0.79 667.3 656.2
dataset 55.0 61.6 0.89 910.0 909.2
project 17.9 22.3 0.80 285.3 285.0
job 18.0 19.0 0.95 226.1 225.9

GET /api/v2/project/

User Time current (ms) Time main (ms) Ratio current/main Size current (Kb) Size main (Kb)
vanilla 7.2 11.7 0.62 0.1 0.1
power 7.5 8.1 0.93 0.1 0.1
dataset 7.0 8.4 0.83 0.1 0.1
project 8.1 9.8 0.83 2.3 2.3
job 6.9 8.1 0.85 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.6 6.9 0.81 0.8 0.8
power 5.4 6.8 0.79 0.8 0.8
dataset 5.7 7.0 0.81 0.8 0.8
project 5.7 6.9 0.83 0.8 0.8
job 5.8 7.7 0.75 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 8.1 0.78 1.6 1.6
power 6.1 7.9 0.77 1.6 1.6
dataset 6.1 8.3 0.73 1.6 1.6
project 6.2 8.0 0.78 1.6 1.6
job 6.1 7.9 0.77 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.3 13.0 0.79 0.8 0.8
power 13.8 16.3 0.85 28.0 28.0
dataset 13.0 14.9 0.87 16.2 16.2
project 14.8 16.8 0.88 20.4 20.4
job 10.3 12.0 0.86 0.8 0.8

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

User Time current (ms) Time main (ms) Ratio current/main Size current (Kb) Size main (Kb)
dataset 39.0 46.3 0.84 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.9 5.9 0.83 0.2 0.2
power 4.7 5.5 0.85 0.2 0.2
dataset 4.6 5.3 0.87 0.2 0.2
project 4.4 5.1 0.86 0.2 0.2
job 4.2 5.0 0.84 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.9 272.9 1.00 0.2 0.2

@ychiucco ychiucco merged commit 5983bf6 into dev-2.14 Feb 28, 2025
17 of 19 checks passed
@ychiucco ychiucco deleted the 2326-drop-fractal_runner_tasks_include_image-obsolete-config-variable branch February 28, 2025 11:33
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