Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
seriyps
/
wrk
Public
forked from
wg/wrk
Notifications
You must be signed in to change notification settings
Fork
2
Star
31
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Jan 15, 2013
Fix linux issues
Sergey Prokhorov
committed
9a52581
View commit details
Copy full SHA for 9a52581
Browse repository at this point
Merge pull request #4 from vlm/vlm/fix-rlimit
Show description for b3e2841
seriyps
committed
b3e2841
View commit details
Copy full SHA for b3e2841
Browse repository at this point
Report system limits to the user.
Show description for bc94aaa
vlm
committed
bc94aaa
View commit details
Copy full SHA for bc94aaa
Browse repository at this point
cleanup keepalive logic (remove goto)
vlm
committed
abd5a25
View commit details
Copy full SHA for abd5a25
Browse repository at this point
Commits on Jan 14, 2013
Do not send Connection: keep-alive
Show description for 380e76d
vlm
committed
380e76d
View commit details
Copy full SHA for 380e76d
Browse repository at this point
remove unused function
vlm
committed
1c61480
View commit details
Copy full SHA for 1c61480
Browse repository at this point
reverted debug CFLAGS
vlm
committed
aab3f59
View commit details
Copy full SHA for aab3f59
Browse repository at this point
ignore resulting binary
vlm
committed
ae4ad66
View commit details
Copy full SHA for ae4ad66
Browse repository at this point
avoid dying on SIGPIPE
vlm
committed
ddb79d9
View commit details
Copy full SHA for ddb79d9
Browse repository at this point
Remove dependency on librt.
Show description for 3332557
vlm
committed
3332557
View commit details
Copy full SHA for 3332557
Browse repository at this point
Portability: remove dependency on a particular set of operating systems.
Show description for feae263
vlm
committed
feae263
View commit details
Copy full SHA for feae263
Browse repository at this point
Commits on Sep 23, 2012
Add keep-alive switch and option to specify timeout value
seriyps
committed
5df2555
View commit details
Copy full SHA for 5df2555
Browse repository at this point
Reconnect after timeout
seriyps
committed
523dd0f
View commit details
Copy full SHA for 523dd0f
Browse repository at this point
Fix buffer overflow in "headers"
Show description for ff8e8e4
seriyps
committed
ff8e8e4
View commit details
Copy full SHA for ff8e8e4
Browse repository at this point
Commits on Sep 22, 2012
Don't exit when pthread_cancel() return ESRCH
seriyps
committed
b07a036
View commit details
Copy full SHA for b07a036
Browse repository at this point
Print stats when interrupted by SIGINT
seriyps
committed
1d3c5dd
View commit details
Copy full SHA for 1d3c5dd
Browse repository at this point
Add progress reporting
seriyps
committed
240278a
View commit details
Copy full SHA for 240278a
Browse repository at this point
Commits on Sep 21, 2012
Fix deadloop when read() read 0 bytes (server closes socket)
seriyps
committed
292a730
View commit details
Copy full SHA for 292a730
Browse repository at this point
Commits on Sep 20, 2012
Now can use very large url lists (dynamic reallocation)
seriyps
committed
496f933
View commit details
Copy full SHA for 496f933
Browse repository at this point
Commits on Sep 17, 2012
Handle situations when urls file is empty
Sergey Prokhorov
committed
75304d1
View commit details
Copy full SHA for 75304d1
Browse repository at this point
Fix segfault (statically allocate urls structure) + untabify
Show description for 12349db
Sergey Prokhorov
committed
12349db
View commit details
Copy full SHA for 12349db
Browse repository at this point
Commits on Sep 16, 2012
untabify
seriyps
committed
1151790
View commit details
Copy full SHA for 1151790
Browse repository at this point
Fix segfault in multi-urls (invalid struct allocation) + minor fix in option parser
seriyps
committed
dd05d64
View commit details
Copy full SHA for dd05d64
Browse repository at this point
Linux support (was BSD-only)
seriyps
committed
6ffbcd3
View commit details
Copy full SHA for 6ffbcd3
Browse repository at this point
Commits on Jul 7, 2012
Added -p/--paths option to set list of paths
Show description for b856c1a
Jeremy Larkin
committed
b856c1a
View commit details
Copy full SHA for b856c1a
Browse repository at this point
Commits on Jul 6, 2012
Added Host header override
Show description for 396ba01
Jeremy Larkin
committed
396ba01
View commit details
Copy full SHA for 396ba01
Browse repository at this point
Added url list structure for random requests
Show description for c866407
Jeremy Larkin
committed
c866407
View commit details
Copy full SHA for c866407
Browse repository at this point
Added option for connecting to a local socket
Show description for a9c6900
Jeremy Larkin
committed
a9c6900
View commit details
Copy full SHA for a9c6900
Browse repository at this point
Commits on Mar 25, 2012
use more appropriate integer types
wg
committed
6d143f1
View commit details
Copy full SHA for 6d143f1
Browse repository at this point
eliminate uses of reserved identifiers
wg
committed
ae9777b
View commit details
Copy full SHA for ae9777b
Browse repository at this point
Commits on Mar 18, 2012
first public release of wrk
wg
committed
68ccc0c
View commit details
Copy full SHA for 68ccc0c
Browse repository at this point
You can’t perform that action at this time.