Skip to content

Add pywrkr#90

Merged
cleder merged 2 commits into
cleder:mainfrom
kurok:add-pywrkr
Jun 8, 2026
Merged

Add pywrkr#90
cleder merged 2 commits into
cleder:mainfrom
kurok:add-pywrkr

Conversation

@kurok

@kurok kurok commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Adds pywrkr to the Load Testing section (alphabetically, after pynonymizer).

pywrkr is a pure-Python HTTP benchmarking CLI (MIT, on PyPI) inspired by wrk and Apache ab: latency percentiles (p50–p99.99), virtual-user simulation, constant-rate and traffic-profile load shaping, HAR import, and pass/fail SLO thresholds for CI.

Summary by Sourcery

Documentation:

  • Add pywrkr to the Load Testing section as an HTTP benchmarking CLI option.

@semanticdiff-com

Copy link
Copy Markdown

Review changes with  SemanticDiff

@qodo-code-review

qodo-code-review Bot commented Jun 8, 2026

Copy link
Copy Markdown

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider

Great, no issues found!

Qodo reviewed your code and found no material issues that require review

Grey Divider

Qodo Logo

@sourcery-ai

sourcery-ai Bot commented Jun 8, 2026

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Adds the pywrkr HTTP benchmarking CLI to the README’s Load Testing tools list, maintaining alphabetical order and providing a concise feature description.

File-Level Changes

Change Details Files
Document a new load testing tool in the README under the Load Testing section.
  • Insert a new bullet for pywrkr in the Load Testing tools list after pynonymizer to preserve alphabetical ordering.
  • Describe pywrkr as an HTTP benchmarking CLI inspired by wrk and Apache ab, summarizing key capabilities such as latency percentiles, virtual-user simulation, load shaping, HAR import, and CI-oriented SLO thresholds.
README.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request adds the pywrkr HTTP benchmarking CLI to the list of Python testing resources in the README. The review feedback suggests a minor correction to refer to "Apache ab" as "ApacheBench (ab)" for better accuracy.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread README.md Outdated
- [Grizzly](https://github.com/biometria-se/grizzly) - is a framework to be able to easily define load scenarios, and is mainly built on-top of Locust and Behave.
- [Locust](https://github.com/locustio/locust) - Scalable user load testing tool written in Python.
- [pynonymizer](https://github.com/jerometwell/pynonymizer) - is a universal tool for translating sensitive production database dumps into anonymized copies.
- [pywrkr](https://github.com/kurok/pywrkr) - HTTP benchmarking CLI inspired by wrk and Apache ab, with latency percentiles, virtual-user simulation, constant-rate and traffic-profile load shaping, HAR import, and pass/fail SLO thresholds for CI.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The tool is officially named ApacheBench (though its CLI command is ab). It is more accurate to refer to it as ApacheBench or ApacheBench (ab) instead of Apache ab.

Suggested change
- [pywrkr](https://github.com/kurok/pywrkr) - HTTP benchmarking CLI inspired by wrk and Apache ab, with latency percentiles, virtual-user simulation, constant-rate and traffic-profile load shaping, HAR import, and pass/fail SLO thresholds for CI.
- [pywrkr](https://github.com/kurok/pywrkr) - HTTP benchmarking CLI inspired by wrk and ApacheBench (ab), with latency percentiles, virtual-user simulation, constant-rate and traffic-profile load shaping, HAR import, and pass/fail SLO thresholds for CI.

@llamapreview llamapreview Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Auto Pull Request Review from LlamaPReview

Review Status: Automated Review Skipped

Dear contributor,

Thank you for your Pull Request. LlamaPReview has analyzed your changes and determined that this PR does not require an automated code review.

Analysis Result:

PR only contains documentation changes (1 files)

Technical Context:

Documentation changes typically include:

  • Markdown/RST file updates
  • API documentation
  • Code comments
  • README updates
  • Documentation in /docs directory
  • License and contribution files

We're continuously improving our PR analysis capabilities. Have thoughts on when and how LlamaPReview should perform automated reviews? Share your insights in our GitHub Discussions.

Best regards,
LlamaPReview Team

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Hey - I've found 1 issue

Prompt for AI Agents
Please address the comments from this code review:

## Individual Comments

### Comment 1
<location path="README.md" line_range="92" />
<code_context>
 - [Grizzly](https://github.com/biometria-se/grizzly) - is a framework to be able to easily define load scenarios, and is mainly built on-top of Locust and Behave.
 - [Locust](https://github.com/locustio/locust) - Scalable user load testing tool written in Python.
 - [pynonymizer](https://github.com/jerometwell/pynonymizer) - is a universal tool for translating sensitive production database dumps into anonymized copies.
+- [pywrkr](https://github.com/kurok/pywrkr) - HTTP benchmarking CLI inspired by wrk and Apache ab, with latency percentiles, virtual-user simulation, constant-rate and traffic-profile load shaping, HAR import, and pass/fail SLO thresholds for CI.

 ## Memory Management
</code_context>
<issue_to_address>
**issue (typo):** Consider correcting the reference to the Apache benchmarking tool (e.g., "ApacheBench (ab)" instead of "Apache ab").

"ApacheBench" (often abbreviated as `ab`) is the standard name used in this context; "Apache ab" is nonstandard and may be confusing. Consider updating the wording accordingly.

```suggestion
- [pywrkr](https://github.com/kurok/pywrkr) - HTTP benchmarking CLI inspired by wrk and ApacheBench (ab), with latency percentiles, virtual-user simulation, constant-rate and traffic-profile load shaping, HAR import, and pass/fail SLO thresholds for CI.
```
</issue_to_address>

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Comment thread README.md Outdated
@cleder cleder merged commit 115a117 into cleder:main Jun 8, 2026
4 of 5 checks passed
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

Successfully merging this pull request may close these issues.

2 participants