railsbench 0.8.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,11 @@
1
+ require File.dirname(__FILE__) + '/test_helper.rb'
2
+
3
+ class RailsbenchTest < Test::Unit::TestCase
4
+
5
+ def setup
6
+ end
7
+
8
+ def test_truth
9
+ assert true
10
+ end
11
+ end
metadata ADDED
@@ -0,0 +1,91 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.0
3
+ specification_version: 1
4
+ name: railsbench
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.8.4
7
+ date: 2006-12-03 00:00:00 +01:00
8
+ summary: rails benchmarking tools
9
+ require_paths:
10
+ - lib
11
+ email: skaes@gmx.net
12
+ homepage: http://railsbench.rubyforge.org
13
+ rubyforge_project: railsbench
14
+ description: rails benchmarking tools
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: false
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors:
30
+ - Stefan Kaes
31
+ files:
32
+ - BUGS
33
+ - CHANGELOG
34
+ - INSTALL
35
+ - install.rb
36
+ - LICENSE
37
+ - Manifest.txt
38
+ - README
39
+ - Rakefile
40
+ - setup.rb
41
+ - ruby184gc.patch
42
+ - ruby185gc.patch
43
+ - bin/railsbench
44
+ - lib/railsbench/version.rb
45
+ - lib/railsbench/gc_info.rb
46
+ - lib/railsbench/perf_info.rb
47
+ - lib/railsbench/perf_utils.rb
48
+ - lib/railsbench/write_headers_only.rb
49
+ - lib/railsbench/railsbenchmark.rb
50
+ - lib/benchmark.rb
51
+ - script/perf_bench
52
+ - script/perf_comp
53
+ - script/perf_comp_gc
54
+ - script/perf_diff
55
+ - script/perf_diff_gc
56
+ - script/perf_html
57
+ - script/perf_loop
58
+ - script/perf_plot
59
+ - script/perf_plot_gc
60
+ - script/perf_prof
61
+ - script/perf_run
62
+ - script/perf_run_gc
63
+ - script/perf_tex
64
+ - script/perf_times
65
+ - script/perf_times_gc
66
+ - script/run_urls
67
+ - config/benchmarking.rb
68
+ - config/benchmarks.rb
69
+ - config/benchmarks.yml
70
+ test_files:
71
+ - test/railsbench_test.rb
72
+ rdoc_options: []
73
+
74
+ extra_rdoc_files: []
75
+
76
+ executables:
77
+ - railsbench
78
+ extensions: []
79
+
80
+ requirements: []
81
+
82
+ dependencies:
83
+ - !ruby/object:Gem::Dependency
84
+ name: hoe
85
+ version_requirement:
86
+ version_requirements: !ruby/object:Gem::Version::Requirement
87
+ requirements:
88
+ - - ">="
89
+ - !ruby/object:Gem::Version
90
+ version: 1.1.6
91
+ version: