Add `random` benchmarks by donbarbos · Pull Request #386 · python/pyperformance

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@donbarbos

Copy link Copy Markdown

This PR is part of the work to remove cli flags for self-testing. Inspired by #222

sorry if i missed something, this is my first PR in this repo.

@donbarbos donbarbos changed the title Add the random benchmark Add random benchmarks

Mar 12, 2025

donbarbos and others added 2 commits

March 13, 2025 15:49
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>

@AA-Turner

This comment was marked as resolved.

Comment on lines +32 to +33

(random.binomialvariate, (15, 0.60)),
(random.binomialvariate, (100, 0.75)),
Copy link Copy Markdown

Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

random.binomialvariate is new in 3.12.

@donbarbos

Copy link Copy Markdown

Author

@AA-Turner Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@hugovk hugovk hugovk left review comments

@AA-Turner AA-Turner AA-Turner approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@donbarbos @AA-Turner @hugovk