[BioRuby-cvs] bioruby/lib/bio/shell/rails/script/performance benchmarker, NONE, 1.1 profiler, NONE, 1.1

Katayama Toshiaki k at pub.open-bio.org
Mon Feb 27 11:16:26 UTC 2006


Update of /home/repository/bioruby/bioruby/lib/bio/shell/rails/script/performance
In directory pub.open-bio.org:/tmp/cvs-serv2240/script/performance

Added Files:
	benchmarker profiler 
Log Message:
* BioRuby shell on Rails kit
* main original files are - app/controllers/shell_controller.rb,
  app/models/shell_connection.rb, app/views/layouts/shell.rhtml,
  app/views/shell/show.rhtml, (app/views/shell/history.rhtml),
  (config/database.yml), public/images/icon.png, public/stylesheets/main.css,
  script/server


--- NEW FILE: benchmarker ---
#!/usr/bin/env ruby
require File.dirname(__FILE__) + '/../../config/boot'
require 'commands/performance/benchmarker'

--- NEW FILE: profiler ---
#!/usr/bin/env ruby
require File.dirname(__FILE__) + '/../../config/boot'
require 'commands/performance/profiler'




More information about the bioruby-cvs mailing list