Add documentation on how to run benchmarks locally #789
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Hi !
First thanks for the project, this is really impressive, I'm really enjoying it and really like the design decisions you made.
I was curious and wanted to run the benchmarks locally. On the way I added a
README.mdwith small instruction on how to do so. I figured it might be useful to others, hence this PR.I've also moved the
CONTRIBUTING.mdfile to the top level to make it more discoverable, I almost missed it. Let me know if it's fine for you.For what it's worth, here are the results I got running them on my dell laptop (
XPS 15 9530 - 13th Gen Intel i7-13700H @ 4.800GHz) usingCPython 3.11.python -m benchmarks.bench_validation
python benchmarks/bench_encodings.py --protocol json
python benchmarks/bench_encodings.py --protocol msgpack
python benchmarks/bench_large_json.py
python benchmarks/bench_structs.py
python benchmarks/bench_gc.py
python benchmarks/bench_library_size.py