-
Notifications
You must be signed in to change notification settings - Fork 100
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
replace attr with dataclass + fastapi.Query() for GET models #714
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark 'STAC FastAPI Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.30
.
Benchmark suite | Current: a6d149b | Previous: 8f400e1 | Ratio |
---|---|---|---|
Items With Model validation (1000) |
8.55517630649065 iter/sec (stddev: 0.025009408890116516 ) |
11.339615164306212 iter/sec (stddev: 0.01866654147017851 ) |
1.33 |
This comment was automatically generated by workflow using github-action-benchmark.
This is still a wip? |
@jonhealy1 no, this is ready for review. but I'll merge the other PR first |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changelog :) Looks good otherwise
closes #713
closes #638