railsbench 0.8.4 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG +523 -0
- data/INSTALL +18 -9
- data/Manifest.txt +38 -38
- data/README +6 -6
- data/Rakefile +52 -51
- data/bin/railsbench +48 -50
- data/config/benchmarking.rb +18 -5
- data/install.rb +2 -2
- data/lib/railsbench/perf_utils.rb +114 -0
- data/lib/railsbench/railsbenchmark.rb +9 -2
- data/lib/railsbench/version.rb +2 -2
- data/postinstall.rb +12 -0
- data/script/perf_bench +5 -9
- data/script/perf_comp +0 -4
- data/script/perf_comp_gc +7 -11
- data/script/perf_diff +46 -46
- data/script/perf_diff_gc +39 -75
- data/script/perf_html +0 -4
- data/script/perf_plot +0 -4
- data/script/perf_plot_gc +5 -6
- data/script/perf_prof +61 -44
- data/script/perf_run +31 -26
- data/script/perf_run_gc +38 -44
- data/script/perf_tex +1 -5
- data/script/perf_times +2 -6
- data/script/perf_times_gc +0 -4
- data/script/run_urls +7 -6
- data/setup.rb +1585 -1585
- metadata +3 -3
- data/script/perf_loop +0 -38
data/CHANGELOG
CHANGED
@@ -0,0 +1,523 @@
|
|
1
|
+
2006-12-26 10:31 stkaes
|
2
|
+
|
3
|
+
* INSTALL: dedription of railsbench path and railsbench postinstall
|
4
|
+
|
5
|
+
2006-12-26 10:15 stkaes
|
6
|
+
|
7
|
+
* bin/railsbench, latest_changes.txt: added 'railsbench' path
|
8
|
+
command
|
9
|
+
|
10
|
+
2006-12-26 10:06 stkaes
|
11
|
+
|
12
|
+
* Manifest.txt, Rakefile, bin/railsbench, latest_changes.txt,
|
13
|
+
postinstall.rb, setup.rb: added postinstall
|
14
|
+
|
15
|
+
2006-12-26 09:21 stkaes
|
16
|
+
|
17
|
+
* latest_changes.txt: fixed typo
|
18
|
+
|
19
|
+
2006-12-26 09:18 stkaes
|
20
|
+
|
21
|
+
* bin/railsbench, latest_changes.txt, lib/railsbench/perf_utils.rb,
|
22
|
+
script/perf_bench, script/perf_diff, script/perf_diff_gc,
|
23
|
+
script/perf_run, script/perf_run_gc, script/run_urls: code
|
24
|
+
refactoring; more error messages
|
25
|
+
|
26
|
+
2006-12-24 08:59 stkaes
|
27
|
+
|
28
|
+
* CHANGELOG: updated changelog
|
29
|
+
|
30
|
+
2006-12-24 07:05 stkaes
|
31
|
+
|
32
|
+
* Rakefile, latest_changes.txt: prepare 0.9.0 release
|
33
|
+
|
34
|
+
2006-12-24 06:43 stkaes
|
35
|
+
|
36
|
+
* install.rb: white space changes
|
37
|
+
|
38
|
+
2006-12-24 06:24 stkaes
|
39
|
+
|
40
|
+
* INSTALL, README, config/benchmarking.rb, script/perf_tex: updated
|
41
|
+
environment format
|
42
|
+
|
43
|
+
2006-12-24 06:08 stkaes
|
44
|
+
|
45
|
+
* lib/railsbench/perf_utils.rb, script/perf_bench,
|
46
|
+
script/perf_comp, script/perf_comp_gc, script/perf_diff,
|
47
|
+
script/perf_diff_gc, script/perf_html, script/perf_plot,
|
48
|
+
script/perf_plot_gc, script/perf_prof, script/perf_run,
|
49
|
+
script/perf_run_gc, script/perf_tex, script/perf_times,
|
50
|
+
script/perf_times_gc, script/run_urls: added licence to scripts
|
51
|
+
|
52
|
+
2006-12-23 10:22 stkaes
|
53
|
+
|
54
|
+
* Manifest.txt, bin/railsbench: removed file from manifest;
|
55
|
+
dos2unix railsbench
|
56
|
+
|
57
|
+
2006-12-23 09:44 stkaes
|
58
|
+
|
59
|
+
* script/perf_prof: set ruby_prof_options correctly
|
60
|
+
|
61
|
+
2006-12-23 09:24 stkaes
|
62
|
+
|
63
|
+
* bin/railsbench, lib/railsbench/perf_utils.rb,
|
64
|
+
lib/railsbench/railsbenchmark.rb, lib/railsbench/version.rb,
|
65
|
+
script/perf_comp_gc, script/perf_diff, script/perf_diff_gc,
|
66
|
+
script/perf_loop, script/perf_prof, script/perf_run,
|
67
|
+
script/perf_run_gc, script/perf_times: scripts rewritten in ruby
|
68
|
+
|
69
|
+
2006-12-23 08:13 stkaes
|
70
|
+
|
71
|
+
* script/perf_loop: ruby version of obsoleted file
|
72
|
+
|
73
|
+
2006-12-03 09:46 stkaes
|
74
|
+
|
75
|
+
* Rakefile: set ENV['VERSION'] if not supplied
|
76
|
+
|
77
|
+
2006-12-03 09:41 stkaes
|
78
|
+
|
79
|
+
* Manifest, Manifest.txt, test/test_helper.rb: ensure rake test is
|
80
|
+
working
|
81
|
+
|
82
|
+
2006-12-03 09:37 stkaes
|
83
|
+
|
84
|
+
* BUGS, BUGS.txt, CHANGELOG, CHANGELOG.txt, GCPATCH, GCPATCH.txt,
|
85
|
+
History.txt, Manifest, Manifest.txt, README, README.txt: files
|
86
|
+
renamed
|
87
|
+
|
88
|
+
2006-12-03 09:34 stkaes
|
89
|
+
|
90
|
+
* BUGS.txt:
|
91
|
+
|
92
|
+
2006-12-03 09:23 stkaes
|
93
|
+
|
94
|
+
* ., BUGS, BUGS.txt, CHANGELOG.txt, GCPATCH, GCPATCH.txt,
|
95
|
+
History.txt, INSTALL, Manifest.txt, README, README.txt, Rakefile,
|
96
|
+
VERSION, bin, bin/railsbench, examples, install.rb,
|
97
|
+
lib/benchmark.rb, lib/gc_info.rb, lib/perf_info.rb,
|
98
|
+
lib/perf_utils.rb, lib/railsbench, lib/railsbench.rb,
|
99
|
+
lib/railsbench/benchmark.rb, lib/railsbench/gc_info.rb,
|
100
|
+
lib/railsbench/perf_info.rb, lib/railsbench/perf_utils.rb,
|
101
|
+
lib/railsbench/railsbenchmark.rb, lib/railsbench/version.rb,
|
102
|
+
lib/railsbench/write_headers_only.rb, lib/write_headers_only.rb,
|
103
|
+
script/perf_bench, script/perf_comp, script/perf_comp_gc,
|
104
|
+
script/perf_plot, script/perf_plot_gc, script/perf_run_gc,
|
105
|
+
script/perf_times, script/perf_times_gc, script/run_urls,
|
106
|
+
setup.rb, site-ruby, test, test/railsbench_test.rb,
|
107
|
+
test/test_helper.rb: gem support
|
108
|
+
|
109
|
+
2006-12-02 09:00 stkaes
|
110
|
+
|
111
|
+
* site-ruby/benchmark.rb:
|
112
|
+
|
113
|
+
2006-11-12 12:34 stkaes
|
114
|
+
|
115
|
+
* lib/railsbench.rb: fixed bogus error reports when logging is
|
116
|
+
turned on
|
117
|
+
|
118
|
+
2006-11-12 10:38 stkaes
|
119
|
+
|
120
|
+
* lib/gc_info.rb, script/perf_plot_gc: experimental feauture: gc
|
121
|
+
data plot
|
122
|
+
|
123
|
+
2006-11-10 09:42 stkaes
|
124
|
+
|
125
|
+
* script/perf_plot: don't sort data when plotting
|
126
|
+
|
127
|
+
2006-11-08 06:27 stkaes
|
128
|
+
|
129
|
+
* script/perf_plot: executable
|
130
|
+
|
131
|
+
2006-11-07 12:51 stkaes
|
132
|
+
|
133
|
+
* README, script/perf_diff_gc, script/perf_loop,
|
134
|
+
script/perf_run_gc: replaced -patched_gc by -gc=<name of shell
|
135
|
+
source file under $RAILS_ROOT/config for setting gc variables>
|
136
|
+
|
137
|
+
2006-11-07 07:07 stkaes
|
138
|
+
|
139
|
+
* GCPATCH, README: updated docs
|
140
|
+
|
141
|
+
2006-11-07 06:46 stkaes
|
142
|
+
|
143
|
+
* ruby184gc.patch, ruby185gc.patch, rubygc.patch: added GC patch
|
144
|
+
for ruby1.8.5
|
145
|
+
|
146
|
+
2006-11-07 06:42 stkaes
|
147
|
+
|
148
|
+
* script/perf_plot: added plotting of perf data using gruff
|
149
|
+
|
150
|
+
2006-11-07 06:41 stkaes
|
151
|
+
|
152
|
+
* lib/gc_info.rb, lib/perf_info.rb, lib/perf_utils.rb,
|
153
|
+
script/perf_comp, script/perf_times, script/perf_times_gc:
|
154
|
+
refactored perf data display
|
155
|
+
|
156
|
+
2006-11-06 06:38 stkaes
|
157
|
+
|
158
|
+
* GCPATCH: whitespace change
|
159
|
+
|
160
|
+
2006-10-05 07:36 stkaes
|
161
|
+
|
162
|
+
* lib/railsbench.rb: error_exit if uri is not specified for
|
163
|
+
benchmark
|
164
|
+
|
165
|
+
2006-08-20 19:11 stkaes
|
166
|
+
|
167
|
+
* VERSION: bump up version number for next release
|
168
|
+
|
169
|
+
2006-08-20 18:31 stkaes
|
170
|
+
|
171
|
+
* script/perf_bench: oops if RAIILS_ROOT is undefined
|
172
|
+
|
173
|
+
2006-08-19 17:56 stkaes
|
174
|
+
|
175
|
+
* script/perf_run: allow running with only 1 argument
|
176
|
+
|
177
|
+
2006-08-19 07:45 stkaes
|
178
|
+
|
179
|
+
* lib/railsbench.rb, lib/write_headers_only.rb: support writing
|
180
|
+
only headers to avoid ENOMEM on windows
|
181
|
+
|
182
|
+
2006-08-11 17:15 stkaes
|
183
|
+
|
184
|
+
* lib/railsbench.rb: require 'dispatcher' for edge rails
|
185
|
+
compatibility
|
186
|
+
|
187
|
+
2006-07-23 07:11 stkaes
|
188
|
+
|
189
|
+
* README, script/perf_comp_gc, script/perf_diff_gc: minor changes
|
190
|
+
|
191
|
+
2006-07-16 12:49 stkaes
|
192
|
+
|
193
|
+
* GCPATCH, lib/railsbench.rb, rubygc.patch, script/perf_times_gc:
|
194
|
+
added GC.log method
|
195
|
+
|
196
|
+
2006-07-16 09:43 stkaes
|
197
|
+
|
198
|
+
* lib/gc_info.rb, lib/railsbench.rb, rubygc.patch,
|
199
|
+
script/perf_run_gc, script/perf_times_gc: support for GC.dump and
|
200
|
+
RUBY_GC_STATS
|
201
|
+
|
202
|
+
2006-07-16 07:54 stkaes
|
203
|
+
|
204
|
+
* GCPATCH, INSTALL, install.rb: -- use /usr/bin/env ruby in
|
205
|
+
install.rb
|
206
|
+
-- updated docs
|
207
|
+
|
208
|
+
2006-07-09 11:07 stkaes
|
209
|
+
|
210
|
+
* script/perf_diff, script/perf_run, script/perf_run_gc: added dot
|
211
|
+
before $BENCHMARK in file names
|
212
|
+
|
213
|
+
2006-06-28 14:46 stkaes
|
214
|
+
|
215
|
+
* script/perf_prof: autostart support for OS X
|
216
|
+
|
217
|
+
2006-06-28 13:21 stkaes
|
218
|
+
|
219
|
+
* Makefile: adapted export command to svn
|
220
|
+
|
221
|
+
2006-06-28 13:08 stkaes
|
222
|
+
|
223
|
+
* Makefile: changed Makefile to support svn
|
224
|
+
|
225
|
+
2006-06-28 12:45 stkaes
|
226
|
+
|
227
|
+
* VERSION: preparing for version 0.8.3
|
228
|
+
|
229
|
+
2006-06-28 12:44 stkaes
|
230
|
+
|
231
|
+
* .cvsignore: removed .cvsignore
|
232
|
+
|
233
|
+
2006-06-28 09:05 stkaes
|
234
|
+
|
235
|
+
* script/perf_prof: removed set -x from perf_prof
|
236
|
+
|
237
|
+
2006-06-28 08:53 stkaes
|
238
|
+
|
239
|
+
* README, lib/railsbench.rb, script/perf_prof: new script perf_prof
|
240
|
+
similar to perf_run, supporting ruby-prof
|
241
|
+
|
242
|
+
2006-06-28 06:41 stkaes
|
243
|
+
|
244
|
+
* Makefile, VERSION: - clean out *~ files on make clean
|
245
|
+
- prepare for 0.8.2 release
|
246
|
+
|
247
|
+
2006-06-27 02:12 stkaes
|
248
|
+
|
249
|
+
* README: doc change
|
250
|
+
|
251
|
+
2006-06-20 03:13 stkaes
|
252
|
+
|
253
|
+
* script/perf_tex: perf_tex added
|
254
|
+
|
255
|
+
2006-06-20 03:11 stkaes
|
256
|
+
|
257
|
+
* lib/railsbench.rb: log level settings
|
258
|
+
|
259
|
+
2006-06-01 19:28 stkaes
|
260
|
+
|
261
|
+
* README, lib/railsbench.rb: support -log=level
|
262
|
+
|
263
|
+
2006-05-28 13:32 stkaes
|
264
|
+
|
265
|
+
* script/perf_comp_gc, script/perf_diff_gc, script/perf_times_gc:
|
266
|
+
smaller numbers
|
267
|
+
|
268
|
+
2006-05-26 03:38 stkaes
|
269
|
+
|
270
|
+
* README, lib/railsbench.rb, script/perf_comp_gc,
|
271
|
+
script/perf_diff_gc: added two new scripts for GC perf comparison
|
272
|
+
fixed nocache setting
|
273
|
+
|
274
|
+
2006-05-04 16:07 stkaes
|
275
|
+
|
276
|
+
* script/perf_diff, script/perf_loop, script/perf_run,
|
277
|
+
script/perf_run_gc: use /bin/sh instead of bash
|
278
|
+
|
279
|
+
2006-04-25 13:09 stkaes
|
280
|
+
|
281
|
+
* lib/railsbench.rb: bugfix for relative_url_root
|
282
|
+
|
283
|
+
2006-04-08 11:58 stkaes
|
284
|
+
|
285
|
+
* GCPATCH, script/perf_diff, script/perf_loop, script/perf_run,
|
286
|
+
script/perf_run_gc: support -patched_gc option
|
287
|
+
|
288
|
+
2006-04-08 11:11 stkaes
|
289
|
+
|
290
|
+
* README: update README
|
291
|
+
|
292
|
+
2006-04-08 11:06 stkaes
|
293
|
+
|
294
|
+
* script/perf_html, script/perf_times_gc: make perf_html recognize
|
295
|
+
GC stats
|
296
|
+
|
297
|
+
2006-04-08 09:56 stkaes
|
298
|
+
|
299
|
+
* lib/gc_info.rb, script/perf_times_gc: perf_times_gc refatoring
|
300
|
+
|
301
|
+
2006-04-07 21:21 stkaes
|
302
|
+
|
303
|
+
* script/perf_bench, script/run_urls: clear database connections on
|
304
|
+
aborting benchmarking
|
305
|
+
|
306
|
+
2006-04-07 20:40 stkaes
|
307
|
+
|
308
|
+
* script/perf_bench, script/run_urls: make scripts abortable
|
309
|
+
|
310
|
+
2006-04-06 16:11 stkaes
|
311
|
+
|
312
|
+
* script/perf_run_gc: removed leftover set -x
|
313
|
+
|
314
|
+
2006-04-06 15:48 stkaes
|
315
|
+
|
316
|
+
* script/perf_run_gc, script/perf_times_gc: print min and max along
|
317
|
+
avg and stddev%
|
318
|
+
automatically add warmup for perf_run_gc
|
319
|
+
|
320
|
+
2006-04-06 15:06 stkaes
|
321
|
+
|
322
|
+
* script/perf_times_gc: also print min and max values for gc stats
|
323
|
+
|
324
|
+
2006-04-06 08:29 stkaes
|
325
|
+
|
326
|
+
* script/perf_times_gc: removed ctrl-Ms
|
327
|
+
|
328
|
+
2006-04-06 08:07 stkaes
|
329
|
+
|
330
|
+
* Makefile: fixed Makefile bugs
|
331
|
+
|
332
|
+
2006-04-06 08:01 stkaes
|
333
|
+
|
334
|
+
* Makefile: make it easier to bundle railsbench
|
335
|
+
|
336
|
+
2006-04-06 07:47 stkaes
|
337
|
+
|
338
|
+
* ., .cvsignore: ignore archives
|
339
|
+
|
340
|
+
2006-04-06 07:44 stkaes
|
341
|
+
|
342
|
+
* script/perf_run_gc: added perf_run_gc
|
343
|
+
|
344
|
+
2006-04-06 07:42 stkaes
|
345
|
+
|
346
|
+
* README: updated README
|
347
|
+
|
348
|
+
2006-04-06 07:35 stkaes
|
349
|
+
|
350
|
+
* README, script/perf_bench, script/perf_comp, script/perf_html,
|
351
|
+
script/perf_times, script/perf_times_gc, script/run_urls: changed
|
352
|
+
/usr/local/bin/ruby into /usr/bin/env ruby
|
353
|
+
|
354
|
+
2006-04-03 11:42 stkaes
|
355
|
+
|
356
|
+
* VERSION: *** empty log message ***
|
357
|
+
|
358
|
+
2006-04-03 11:34 stkaes
|
359
|
+
|
360
|
+
* README: added description of perf_times_gc to README usage
|
361
|
+
section
|
362
|
+
|
363
|
+
2006-04-03 11:27 stkaes
|
364
|
+
|
365
|
+
* script/perf_times_gc: stddev refactoring
|
366
|
+
|
367
|
+
2006-04-03 11:01 stkaes
|
368
|
+
|
369
|
+
* README: added description of new commands to README
|
370
|
+
|
371
|
+
2006-04-03 10:43 stkaes
|
372
|
+
|
373
|
+
* rubygc.patch, script/perf_gc_times, script/perf_times_gc: renamed
|
374
|
+
perf_gc_times to perf_times_gc
|
375
|
+
updated GC patch to include docs
|
376
|
+
|
377
|
+
2006-04-02 19:32 stkaes
|
378
|
+
|
379
|
+
* lib/railsbench.rb, script/perf_gc_times: support for GC time
|
380
|
+
analysis
|
381
|
+
|
382
|
+
2006-04-02 15:57 stkaes
|
383
|
+
|
384
|
+
* lib/railsbench.rb, rubygc.patch, script/run_urls: updated gc
|
385
|
+
patch
|
386
|
+
enable GC stats for run_urls
|
387
|
+
|
388
|
+
2006-04-01 11:17 stkaes
|
389
|
+
|
390
|
+
* script/perf_comp, script/perf_times: small bug fixes in time
|
391
|
+
display
|
392
|
+
|
393
|
+
2006-04-01 10:41 stkaes
|
394
|
+
|
395
|
+
* script/perf_comp, script/perf_diff, script/perf_loop,
|
396
|
+
script/perf_run, script/perf_times: print more info
|
397
|
+
unset RUBY_GC_STATS
|
398
|
+
|
399
|
+
2006-03-31 17:18 stkaes
|
400
|
+
|
401
|
+
* GCPATCH, lib/railsbench.rb, script/perf_comp: only compute GC
|
402
|
+
stats if possible
|
403
|
+
|
404
|
+
2006-03-31 15:52 stkaes
|
405
|
+
|
406
|
+
* install.rb, lib/railsbench.rb, script/perf_bench,
|
407
|
+
script/perf_comp, script/perf_html, script/perf_times,
|
408
|
+
script/run_urls: changes copyright notice
|
409
|
+
|
410
|
+
2006-03-31 11:20 stkaes
|
411
|
+
|
412
|
+
* lib/railsbench.rb, script/perf_comp, script/perf_times: support
|
413
|
+
collecting GC stats
|
414
|
+
|
415
|
+
2006-03-31 11:18 stkaes
|
416
|
+
|
417
|
+
* rubygc.patch: support collection of GC stats
|
418
|
+
|
419
|
+
2006-02-15 07:03 stkaes
|
420
|
+
|
421
|
+
* script/perf_bench, script/run_urls: allow digits in benchmark
|
422
|
+
names
|
423
|
+
|
424
|
+
2006-02-14 11:50 stkaes
|
425
|
+
|
426
|
+
* lib/railsbench.rb: small correction for SVL RPVL/RMVL
|
427
|
+
|
428
|
+
2006-02-14 07:18 stkaes
|
429
|
+
|
430
|
+
* lib/railsbench.rb: added support for ruby memeory validator
|
431
|
+
|
432
|
+
2006-01-29 08:09 stkaes
|
433
|
+
|
434
|
+
* README: updated README
|
435
|
+
|
436
|
+
2005-12-19 03:16 stkaes
|
437
|
+
|
438
|
+
* script/perf_html: fixed bug in perf_html: don't ignore urls
|
439
|
+
containing get parameters
|
440
|
+
|
441
|
+
2005-12-14 07:34 stkaes
|
442
|
+
|
443
|
+
* script/perf_html: -- added perf_html to create html output for
|
444
|
+
perf comparisons
|
445
|
+
|
446
|
+
2005-12-14 06:15 stkaes
|
447
|
+
|
448
|
+
* BUGS, VERSION, script/perf_comp, script/perf_diff,
|
449
|
+
script/perf_loop, script/perf_times, script/run_urls: -- don't
|
450
|
+
set GC params in perf_loop
|
451
|
+
-- -warmup option for run_urls
|
452
|
+
-- -narrow option for perf_comp
|
453
|
+
-- call perf_times during perf_comp
|
454
|
+
|
455
|
+
2005-09-25 06:32 stkaes
|
456
|
+
|
457
|
+
* VERSION: updated version number
|
458
|
+
|
459
|
+
2005-09-21 04:12 stkaes
|
460
|
+
|
461
|
+
* GCPATCH, INSTALL, README, config/benchmarks.rb: fixed some typos
|
462
|
+
|
463
|
+
2005-09-13 10:04 stkaes
|
464
|
+
|
465
|
+
* config/benchmarks.rb, lib/railsbench.rb, script/perf_comp,
|
466
|
+
script/perf_times: fixed bug in computing standard deviation
|
467
|
+
|
468
|
+
2005-09-03 04:42 stkaes
|
469
|
+
|
470
|
+
* script/perf_comp, script/perf_times: fixed display of ms/r if
|
471
|
+
number of iterations differs between compared data sets
|
472
|
+
|
473
|
+
2005-08-27 05:50 stkaes
|
474
|
+
|
475
|
+
* INSTALL: stylistic changes
|
476
|
+
|
477
|
+
2005-08-27 05:48 stkaes
|
478
|
+
|
479
|
+
* INSTALL, install.rb, lib, lib/railsbench.rb, perf_bench,
|
480
|
+
perf_comp, perf_diff, perf_loop, perf_run, perf_times,
|
481
|
+
railsbench.rb, run_urls, script, script/perf_bench,
|
482
|
+
script/perf_comp, script/perf_diff, script/perf_loop,
|
483
|
+
script/perf_run, script/perf_times, script/run_urls: reorganized
|
484
|
+
directory structure
|
485
|
+
|
486
|
+
2005-08-27 05:22 stkaes
|
487
|
+
|
488
|
+
* install.rb: *** empty log message ***
|
489
|
+
|
490
|
+
2005-08-27 05:21 stkaes
|
491
|
+
|
492
|
+
* GCPATCH, INSTALL, README, VERSION, benchmarks.rb, benchmarks.yml,
|
493
|
+
config, config/benchmarking.rb, config/benchmarks.rb,
|
494
|
+
config/benchmarks.yml, perf_diff, perf_loop, perf_run,
|
495
|
+
railsbench.rb: automatic install
|
496
|
+
|
497
|
+
2005-08-26 08:47 stkaes
|
498
|
+
|
499
|
+
* INSTALL, benchmarks.rb, benchmarks.yml, railsbench.rb: now we can
|
500
|
+
run out of the box!
|
501
|
+
|
502
|
+
2005-08-25 06:43 stkaes
|
503
|
+
|
504
|
+
* VERSION: updated version number
|
505
|
+
|
506
|
+
2005-08-25 06:40 stkaes
|
507
|
+
|
508
|
+
* INSTALL, README, benchmark.rb, perf_comp, perf_loop, perf_times,
|
509
|
+
site-ruby, site-ruby/benchmark.rb: moved benchmark.rb into a
|
510
|
+
subdir
|
511
|
+
fixed bug in perf_loop
|
512
|
+
|
513
|
+
2005-08-24 09:02 stkaes
|
514
|
+
|
515
|
+
* benchmark.rb: added benchmark.rb
|
516
|
+
|
517
|
+
2005-08-23 03:59 stkaes
|
518
|
+
|
519
|
+
* ., BUGS, GCPATCH, INSTALL, LICENSE, README, VERSION,
|
520
|
+
benchmarks.rb, benchmarks.yml, perf_bench, perf_comp, perf_diff,
|
521
|
+
perf_loop, perf_run, perf_times, railsbench.rb, rubygc.patch,
|
522
|
+
run_urls: Initial revision
|
523
|
+
|