euruko2013 / vestibule

The CFP platform for Euruko 2013
http://cfp.euruko2013.org
1 stars 4 forks source link

Upgrade to ruby 2.0.0 #39

Closed nikosd closed 11 years ago

nikosd commented 11 years ago

Ruby 2.0.0 tests run time

Klee:vestibule nikosd$ time rake
NOTICE:  CREATE TABLE will create implicit sequence "impressions_id_seq" for serial column "impressions.id"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "impressions_pkey" for table "impressions"
NOTICE:  CREATE TABLE will create implicit sequence "proposals_id_seq" for serial column "proposals.id"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "proposals_pkey" for table "proposals"
NOTICE:  CREATE TABLE will create implicit sequence "suggestions_id_seq" for serial column "suggestions.id"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "suggestions_pkey" for table "suggestions"
NOTICE:  CREATE TABLE will create implicit sequence "users_id_seq" for serial column "users.id"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "users_pkey" for table "users"
NOTICE:  CREATE TABLE will create implicit sequence "versions_id_seq" for serial column "versions.id"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "versions_pkey" for table "versions"
NOTICE:  CREATE TABLE will create implicit sequence "votes_id_seq" for serial column "votes.id"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "votes_pkey" for table "votes"
# Run options: --seed 46467
Started

73/73: [================================================================================================] 100% 00:00:01

Finished in 1.92767s
73 tests, 83 assertions, 0 failures, 0 errors, 0 skips

ruby -v: ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-darwin12.2.0]
# Run options: --seed 47923
Started

703/703: [=======================================================================================] 10.0/s 100% 00:00:53

Finished in 53.60189s
703 tests, 755 assertions, 0 failures, 0 errors, 0 skips

ruby -v: ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-darwin12.2.0]
# Run options: --seed 15909
Started

260/260: [========================================================================================] 1.2/s 100% 00:01:45

Finished in 106.38314s
260 tests, 393 assertions, 0 failures, 0 errors, 0 skips

ruby -v: ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-darwin12.2.0]

real    2m58.605s
user    1m23.853s
sys 0m16.319s
nikosd commented 11 years ago

Ruby 1.9.3-p392 tests run time

Klee:vestibule nikosd$ time rake
NOTICE:  CREATE TABLE will create implicit sequence "impressions_id_seq" for serial column "impressions.id"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "impressions_pkey" for table "impressions"
NOTICE:  CREATE TABLE will create implicit sequence "proposals_id_seq" for serial column "proposals.id"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "proposals_pkey" for table "proposals"
NOTICE:  CREATE TABLE will create implicit sequence "suggestions_id_seq" for serial column "suggestions.id"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "suggestions_pkey" for table "suggestions"
NOTICE:  CREATE TABLE will create implicit sequence "users_id_seq" for serial column "users.id"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "users_pkey" for table "users"
NOTICE:  CREATE TABLE will create implicit sequence "versions_id_seq" for serial column "versions.id"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "versions_pkey" for table "versions"
NOTICE:  CREATE TABLE will create implicit sequence "votes_id_seq" for serial column "votes.id"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "votes_pkey" for table "votes"
WARNING: Nokogiri was built against LibXML version 2.9.0, but has dynamically loaded 2.7.8
# Run options: --seed 6449
Started

73/73: [================================================================================================] 100% 00:00:02

Finished in 2.05961s
73 tests, 83 assertions, 0 failures, 0 errors, 0 skips
WARNING: Nokogiri was built against LibXML version 2.9.0, but has dynamically loaded 2.7.8
# Run options: --seed 44219
Started

703/703: [=======================================================================================] 10.1/s 100% 00:00:52

Finished in 53.44633s
703 tests, 755 assertions, 0 failures, 0 errors, 0 skips
WARNING: Nokogiri was built against LibXML version 2.9.0, but has dynamically loaded 2.7.8
# Run options: --seed 50663
Started

260/260: [========================================================================================] 1.3/s 100% 00:01:48

Finished in 108.96890s
260 tests, 393 assertions, 0 failures, 0 errors, 0 skips

real    3m8.265s
user    1m30.185s
sys 0m17.093s