Skip to content
/ choish Public
forked from psu-libraries/choish

Predecessor of Penn State's CHO application. Presently used for performance testing.

Notifications You must be signed in to change notification settings

awead/choish

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

choish

A Valkyrie-based CHO application?

Testing

Currently, this is used only to test performance with Valkyrie and compared it to our Hyrax-based application, cho-req

Test runs

Here's a sample of what's been done so far:

export RAILS_ENV=production

bundle exec rake testing_support:clean postgres_testing:all
bundle exec rake testing_support:clean postgres_testing:all[100]
bundle exec rake testing_support:clean postgres_testing:all[1000]
bundle exec rake testing_support:clean postgres_testing:collections[10000]
bundle exec rake testing_support:clean postgres_testing:collections[100000]

# Failed:
time bundle exec rake postgres_testing:nested_collections[10000]

# Fedora Tests
bundle exec rake testing_support:clean fedora_testing:all
bundle exec rake testing_support:clean fedora_testing:all[100]
bundle exec rake testing_support:clean fedora_testing:all[1000]
time bundle exec rake fedora_testing:collections[10000]
time bundle exec rake fedora_testing:collections[100000]

# Failed:
time bundle exec rake fedora_testing:nested_collections[10000]

# ActiveFedora Tests
bundle exec rake testing_support:clean active_fedora_testing:all
bundle exec rake testing_support:clean active_fedora_testing:all[100]

# Test halted
bundle exec rake testing_support:clean active_fedora_testing:all[1000]

# Test halted
bundle exec time rake active_fedora_testing:collections[100000]

# Re-ran file tests
bundle exec rake testing_support:clean active_fedora_testing:files
bundle exec rake testing_support:clean active_fedora_testing:files[100]
bundle exec rake testing_support:clean
bundle exec time rake active_fedora_testing:files[1000]

Results are displayed and discussed: http://awead.github.io/fedora-tests

About

Predecessor of Penn State's CHO application. Presently used for performance testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 53.0%
  • XSLT 40.7%
  • HTML 4.5%
  • Other 1.8%