fractal-analytics-platform / fractal-server

Fractal backend
https://fractal-analytics-platform.github.io/fractal-server/
BSD 3-Clause "New" or "Revised" License
11 stars 3 forks source link

Add UserGroup.viewer_paths #1816

Closed ychiucco closed 1 month ago

ychiucco commented 1 month ago

closes #1809

Checklist before merging

github-actions[bot] commented 1 month ago

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.8 1.12 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.9 0.8 1.12 0.0 0.0
job 1.0 0.8 1.25 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 10.5 10.3 1.02 0.6 0.6
power 399.8 414.8 0.96 389.0 389.0
dataset 149.6 169.0 0.89 145.6 145.6
project 47.6 52.9 0.90 50.9 50.9
job 28.1 30.8 0.91 35.3 35.3

GET /api/v2/job/

User Time current (ms) Time main (ms) Ratio current/main Size current (Kb) Size main (Kb)
vanilla 6.9 7.5 0.92 2.2 2.2
power 139.5 146.2 0.95 652.0 652.0
dataset 139.9 146.0 0.96 904.8 904.8
project 45.6 48.2 0.95 283.7 283.7
job 39.8 40.1 0.99 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 8.1 8.6 0.94 0.1 0.1
power 7.8 8.3 0.94 0.1 0.1
dataset 7.8 8.3 0.94 0.1 0.1
project 9.7 10.4 0.93 2.3 2.3
job 7.9 8.2 0.96 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 12.3 15.7 0.78 0.8 0.8
power 25.1 27.4 0.92 27.2 27.2
dataset 20.1 21.0 0.96 15.8 15.8
project 22.4 25.5 0.88 19.9 19.9
job 11.6 13.0 0.89 0.8 0.8

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

User Time current (ms) Time main (ms) Ratio current/main Size current (Kb) Size main (Kb)
dataset 149.5 154.8 0.97 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 5.3 5.5 0.96 0.2 0.2
power 5.0 5.8 0.86 0.2 0.2
dataset 5.0 5.2 0.96 0.2 0.2
project 5.1 5.5 0.93 0.2 0.2
job 5.1 5.3 0.96 0.2 0.2

POST /auth/token/login/

User Time current (ms) Time main (ms) Ratio current/main Size current (Kb) Size main (Kb)
dataset 264.4 264.2 1.00 0.2 0.2
github-actions[bot] commented 1 month ago

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  fractal_server/app/models
  security.py
  fractal_server/app/routes/auth
  current_user.py
  group.py
  fractal_server/app/runner/executors/slurm/sudo
  executor.py
  fractal_server/app/schemas
  _validators.py
  user_group.py
Project Total  

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