Metadata


Name
benchmark-trend
Version
0.4.0
Platform
ruby
Authors
Piotr Murach
Bindir
bin
Date
2020-03-07 00:00:00 UTC
Dependencies
rake (>= 0, development)
rspec (~> 3.0, development)
Description
Benchmark::Trend will help you estimate the computational complexity of Ruby code by running it on inputs increasing in size, measuring their execution times, and then fitting these observations into a model that best predicts how a given Ruby code will scale as a function of growing workload.
Email
piotr@piotrmurach.com
Extra rdoc files
README.md
CHANGELOG.md
LICENSE.txt
Files
CHANGELOG.md
LICENSE.txt
README.md
lib/benchmark-trend.rb
lib/benchmark/trend.rb
lib/benchmark/trend/clock.rb
lib/benchmark/trend/version.rb
Homepage
https://github.com/piotrmurach/benchmark-trend
Licenses
MIT
Metadata
{"allowed_push_host"=>"https://rubygems.org", "bug_tracker_uri"=>"https://github.com/piotrmurach/benchmark-trend/issues", "changelog_uri"=>"https://github.com/piotrmurach/benchmark-trend/CHANGELOG.md", "documentation_uri"=>"https://www.rubydoc.info/gems/benchmark-trend", "homepage_uri"=>"https://github.com/piotrmurach/benchmark-trend", "source_code_uri"=>"https://github.com/piotrmurach/benchmark-trend"}
Require paths
lib
Required ruby version
>= 2.0.0
Required rubygems version
>= 0
Rubygems version
3.1.2
Specification version
4
Summary
Measure performance trends of Ruby code based on the input size distribution.
Original platform
ruby
New platform
ruby