Skip to content

Tags: rs/rest-layer

Tags

v0.2.0

Toggle v0.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update README.md for v0.2.0

v0.1.0

Toggle v0.1.0's commit message
Add a more complex schema benchmark (#78)

- Complex schema 1 is based off a request and Complex schema 2 is based off
 a response schema in real world schema usage.
- Move allocation of byte.Buffer outside of benchmark loop, as we're
 not interested in measuring that.
- Set Buffer to 512Kb to avoid dynamic schema growth for expected test
 usage.