debian/0000755000000000000000000000000012155123774007175 5ustar debian/ruby-tests.rb0000644000000000000000000000007212155121230011623 0ustar $: << 'lib' << 'test' require 'test/test_benchmark_suite' debian/copyright0000644000000000000000000000252612155117062011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: benchmark_suite Homepage: http://github.com/evanphx/benchmark_suite Files: * Copyright: 2011-2012 Evan Phoenix License: MIT Files: debian/* Copyright: 2013 Per Andersson License: MIT License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/control0000644000000000000000000000270112155121553010571 0ustar Source: ruby-benchmark-suite Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Per Andersson Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), rdoc, ruby-benchmark-ips Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-benchmark-suite.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-benchmark-suite.git;a=summary Homepage: http://github.com/evanphx/benchmark_suite XS-Ruby-Versions: all Package: ruby-benchmark-suite Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-benchmark-ips Suggests: ruby-benchmark-suite-doc Description: enhancements to the standard library benchmark.rb This package contains a command line tool for running multiple benchmarks against multiple rubies. . It is also uses benchmark/ips to report iterations per second. Package: ruby-benchmark-suite-doc Architecture: all Section: doc Depends: ${misc:Depends}, libjs-jquery Suggests: ruby-benchmark-suite Description: enhancements to the standard library benchmark.rb (documentation) This package contains a command line tool for running multiple benchmarks against multiple rubies. . It is also uses benchmark/ips to report iterations per second. . This package contains the html documentation for ruby-benchmark-suite. debian/patches/0000755000000000000000000000000012155122240010607 5ustar debian/patches/0001-Hardwire-Debian-lib-path.patch0000644000000000000000000000105112155122240016626 0ustar From: Per Andersson Date: Sun, 9 Jun 2013 17:51:39 +0200 Subject: Hardwire Debian lib path --- bin/benchmark | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/benchmark b/bin/benchmark index 55a55e5..0e4e3d3 100755 --- a/bin/benchmark +++ b/bin/benchmark @@ -3,7 +3,9 @@ require 'optparse' require 'tempfile' -lib_path = File.expand_path("../../lib", __FILE__) +#lib_path = File.expand_path("../../lib", __FILE__) +# Debian lib path +lib_path = "/usr/lib/ruby/vendor_ruby" $:.unshift lib_path debian/patches/series0000644000000000000000000000004412155122240012022 0ustar 0001-Hardwire-Debian-lib-path.patch debian/changelog0000644000000000000000000000027112155114551011040 0ustar ruby-benchmark-suite (1.0.0+git.20130122.5bded6-1) unstable; urgency=low * Initial release (Closes: #698729) -- Per Andersson Sun, 09 Jun 2013 17:03:30 +0200 debian/ruby-benchmark-suite.docs0000644000000000000000000000001212155120604014065 0ustar README.md debian/rules0000755000000000000000000000160512155115327010252 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 # # Uncomment to ignore all test failures (but the tests will run anyway) #export DH_RUBY_IGNORE_TESTS=all # # Uncomment to ignore some test failures (but the tests will run anyway). # Valid values: #export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems # # If you need to specify the .gemspec (eg there is more than one) #export DH_RUBY_GEMSPEC=gem.gemspec %: dh $@ --buildsystem=ruby --with ruby override_dh_auto_clean: dh_auto_clean rm -rf doc override_dh_auto_build: dh_auto_build # build documentation rdoc --main=README.md lib override_dh_auto_install: dh_auto_install # remove bundled jquery.js rm -f debian/ruby-benchmark-suite-doc/usr/share/doc/ruby-benchmark-suite-doc/html/js/jquery.js # rename generic benchmark binary mv debian/ruby-benchmark-suite/usr/bin/benchmark debian/ruby-benchmark-suite/usr/bin/ruby-benchmark-suite debian/ruby-benchmark-suite.manpages0000644000000000000000000000003612155116171014742 0ustar debian/ruby-benchmark-suite.1 debian/ruby-benchmark-suite-doc.doc-base0000644000000000000000000000074312155121707015375 0ustar Document: ruby-benchmark-suite-doc Title: Debian ruby-benchmark-suite manual Author: Evan Phoenix Abstract: enhancements to the standard library benchmark.rb This package contains a command line tool for running multiple benchmarks against multiple rubies. . It is also uses benchmark/ips to report iterations per second. Section: Programming/Ruby Format: HTML Index: /usr/share/doc/ruby-benchmark-suite-doc/html/index.html Files: /usr/share/doc/ruby-benchmark-suite-doc/html/* debian/ruby-benchmark-suite-doc.links0000644000000000000000000000013712155120563015034 0ustar usr/share/javascript/jquery/jquery.js usr/share/doc/ruby-benchmark-suite-doc/html/js/jquery.js debian/watch0000644000000000000000000000012612155114401010210 0ustar version=3 http://githubredir.debian.net/github/evanphx/benchmark_suite/ (.*)\.tar\.gz debian/source/0000755000000000000000000000000012155113706010467 5ustar debian/source/format0000644000000000000000000000001412155113700011667 0ustar 3.0 (quilt) debian/ruby-benchmark-suite.10000644000000000000000000000114512155115714013313 0ustar .TH "RUBY-BENCHMARK-SUITE" "1" "June 2013" "ruby-benchmark-suite 1.0.0" "Ruby Benchmark Suite" .SH NAME ruby-benchmark-suite \- run multiple benchmarks against multiple rubies. .SH SYNOPSIS .B ruby-benchmark-suite [\fIoptions\fR] .SH DESCRIPTION .TP \fB\-t\fR, \fB\-\-target\fR TARGET Use TARGET to compare against: r:ruby|r19:ruby19|x:rbx|j:jruby .TP \fB\-p\fR, \fB\-\-profile\fR Profile code while benchmarking (rbx only) .TP \fB\-e\fR, \fB\-\-end\fR Report all stats after all suitse have run .TP \fB\-T\fR OPTION Add more arguments to each target .TP \fB\-s\fR, \fB\-\-save\fR PATH Save the results to a file debian/ruby-benchmark-suite-doc.install0000644000000000000000000000006512155121451015357 0ustar doc/* usr/share/doc/ruby-benchmark-suite-doc/html/ debian/compat0000644000000000000000000000000212155113713010363 0ustar 7