--- !ruby/object:Gem::Specification name: benchmark-plot version: !ruby/object:Gem::Version version: 0.1.1 platform: ruby authors: - Sameer Deshmukh autorequire: bindir: bin cert_chain: [] date: 2016-06-28 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: gruff requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: "benchmark-plot is an extension to the Ruby standard benchmarking library.\n\nIt let's you easily create plots of any code that you want to benchmark over \na varied number of inputs. It also supports comparative benchmarking.\n" email: - sameer.deshmukh93@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - HISTORY.md - LICENSE - README.md - Rakefile - benchmark-plot.gemspec - examples/mapflat_vs_flat_map/benchmark_plot_graph.png - examples/mapflat_vs_flat_map/flat_vs_flat_map.rb - examples/matrix_vs_nmatrix/matrix_multiplication/matrix_multiplication.png - examples/matrix_vs_nmatrix/matrix_multiplication/matrix_multiplication.rb - examples/nmatrix_vs_narray/matrix_creation.rb - lib/benchmark/plot.rb - lib/benchmark/plot/plotter.rb - lib/benchmark/plot/report_maker.rb - lib/benchmark/plot/version.rb - spec/benchmark_plot_spec.rb - spec/spec_helper.rb homepage: http://github.com/v0dro/benchmark-plot licenses: - BSD-2 metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.4.6 signing_key: specification_version: 4 summary: benchmark-plot test_files: - spec/benchmark_plot_spec.rb - spec/spec_helper.rb has_rdoc: