Skip to content
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

Benchmarking pyston-lite #278

Closed
kmod opened this issue Oct 6, 2022 · 0 comments
Closed

Benchmarking pyston-lite #278

kmod opened this issue Oct 6, 2022 · 0 comments
Assignees

Comments

@kmod
Copy link
Contributor

kmod commented Oct 6, 2022

This is continuing the conversation from the blog

I haven't published the script to do this yet, but something like this should work:

cd python-macrobenchmarks
python3 -m pyperformance run -o baseline.json
mkdir lite
cd lite
EXTRA_WHEELS=pyston_lite_autoload python3 ../run_pyperformance.py run -o lite.json
python3 -m pyperf compare --table ../baseline.json lite.json

There have been some other questions about pyston-lite that are not well-addressed by the current documentation so I'm planning on going through and updating it.

@kmod kmod self-assigned this Oct 6, 2022
@kmod kmod closed this as completed Dec 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant