Simple Speed Tester Gem
Makes it super simple to test the speed of a given request or set of requests.
Especially useful from the console.
Table of Contents
Installation
Add this line to your application's Gemfile:
gem 'simple_speed_tester'
And then execute:
$ bundle
Or install it yourself as:
$ gem install simple_speed_tester
Usage
SimpleSpeedTester.measure(profile_id, times: num_times)
Example: Test speed to google
SimpleSpeedTester.measure("request to google.com", times: 10) { HTTParty.get('https://www.google.com') }
Other Things
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/jayelkaake/simple_speed_tester.
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to
adhere to the Contributor Covenant code of conduct.
License
The gem is available as open source under the terms of the MIT License.