Skip to content

Commit

Permalink
Merge pull request #1700 from fractal-analytics-platform/1677-include…
Browse files Browse the repository at this point in the history
…-current-user-in-benchmarks

Add `current-user` endpoint to benchmarks
  • Loading branch information
ychiucco authored Jul 31, 2024
2 parents be81d23 + 0a5ca67 commit 68393ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* `UvicornWorker` is now imported from `uvicorn-worker` (\#1690).
* Testing:
* Remove `HAS_LOCAL_SBATCH` variable and related if-branches (\#1699).
* Benchmarks:
* Add `GET /auth/current-user/` to tested endpoints (\#1700).

# 2.3.7

Expand Down
1 change: 1 addition & 0 deletions benchmarks/api_bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class UserBench(BaseModel):
path="/api/v2/project/$project_id$/dataset/$dataset_id$/images/query/",
body=None,
),
dict(verb="GET", path="/auth/current-user/", body=None),
]


Expand Down

0 comments on commit 68393ce

Please sign in to comment.