Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jish/lightspeed
A RubyGem to test your HTTP server's performance
https://github.com/jish/lightspeed
Last synced: 4 days ago
JSON representation
A RubyGem to test your HTTP server's performance
- Host: GitHub
- URL: https://github.com/jish/lightspeed
- Owner: jish
- Created: 2014-11-07T19:25:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-07T22:50:07.000Z (about 10 years ago)
- Last Synced: 2024-04-24T18:55:38.891Z (8 months ago)
- Language: Ruby
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Lightspeed
A RubyGem to test your HTTP server's performance.
### Ping
Ping will issue the `ping` command with a count of 1 and return the result.
```ruby
require 'lightspeed/ping'p = Lightspeed::Ping.new
p.ping("google.com") # => 5.035
```