Commit graph

19 commits

Author SHA1 Message Date
Daniel G. Taylor
5739b7977e
fix: security updates for dependencies 2022-01-16 15:36:11 -08:00
dependabot[bot]
4f0203f858
chore(deps): bump fastapi from 0.52.0 to 0.65.2 in /benchmark/fastapi
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.52.0 to 0.65.2.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.52.0...0.65.2)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-08 14:05:33 -07:00
dependabot[bot]
ea6c338768
chore(deps): bump pydantic from 1.6.1 to 1.6.2 in /benchmark/fastapi
Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.6.1 to 1.6.2.
- [Release notes](https://github.com/samuelcolvin/pydantic/releases)
- [Changelog](https://github.com/samuelcolvin/pydantic/blob/master/HISTORY.md)
- [Commits](https://github.com/samuelcolvin/pydantic/compare/v1.6.1...v1.6.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-08 14:04:50 -07:00
Daniel G. Taylor
8ae23b5a44
Merge pull request #7 from danielgtaylor/dependabot/pip/benchmark/fastapi/uvicorn-0.11.7
chore(deps): bump uvicorn from 0.11.3 to 0.11.7 in /benchmark/fastapi
2020-09-29 14:23:56 -07:00
Daniel G. Taylor
8cd9081e02
fix: Update benchmark/go.mod
Co-authored-by: Logan Garrett <34461561+lgarrett-isp@users.noreply.github.com>
2020-09-17 12:50:54 -07:00
Daniel G. Taylor
424cdb99d4
fix: simplify resource path argument 2020-09-10 08:52:46 -07:00
Daniel G. Taylor
3d61a52ec1
feat: request input streaming, add tests 2020-08-27 10:00:25 -07:00
Daniel G. Taylor
0ffe2903e0
refactor: new interface 2020-08-26 22:28:30 -07:00
dependabot[bot]
83018b25aa
chore(deps): bump uvicorn from 0.11.3 to 0.11.7 in /benchmark/fastapi
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.11.3 to 0.11.7.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/uvicorn/compare/0.11.3...0.11.7)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-29 19:07:35 +00:00
Daniel G. Taylor
8004efb597
feat: functional options refactor/cleanup 2020-04-15 08:38:05 -07:00
Daniel G. Taylor
9a5d037f99
feat: functional options for resources/operations 2020-04-13 22:47:40 -07:00
Daniel G. Taylor
74d7661b0d
feat: simplify router creation with functional options 2020-04-11 09:07:43 -07:00
Daniel G. Taylor
a662d0aa3c
feat: recovery middleware logs request on panic 2020-04-07 22:15:13 -07:00
Daniel G. Taylor
92c931b338
feat: more flexible response shortcuts, cleanup chain api 2020-04-01 23:40:06 -07:00
Daniel G. Taylor
c068b25a1b
feat: new resource interface 2020-03-31 23:02:16 -07:00
Daniel G. Taylor
7e4c942c14
feat: add echo benchmark implementation 2020-03-18 20:15:20 -07:00
Daniel G. Taylor
a6b7939854
feat: use wrk for benchmarks, add echo benchmark 2020-03-18 08:58:47 -07:00
Daniel G. Taylor
e28eca2af3
fix: naming inconsistencies 2020-03-14 21:42:47 -07:00
Daniel G. Taylor
a0d4dd1f2b
feat: add comparison benchmarks 2020-03-14 20:21:20 -07:00