Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

benchy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

benchy

  • 0.0.3
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Benchy

I wrote this one day because I was trying to test upload performance and no tools out there were cutting it. You can do sane stuff like:

benchy post http://127.0.0.1:8080/ -c 10 < my_pic.jpg # Simulates 10 concurrent HTTP POST requests

or

benchy get http://127.0.0.1:8080/ # Just run a bunch of GET requests at a concurrency of 1

and it runs indefintely until you kill the process.

Getting Started

Install benchie:

gem install benchy

Then run a command! As you'd expect:

$ benchy help
Tasks:
  benchy delete URL   # Perform DELETE requests against a URL
  benchy get URL      # Perform GET requests against a URL
  benchy head URL     # Perform HEAD requests against a URL
  benchy help [TASK]  # Describe available tasks or one specific task
  benchy post URL     # Perform POST requests to a URL
  benchy put URL      # Perform PUT requests to a URL

FAQs

Package last updated on 01 Feb 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc