X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fruby.git;a=blobdiff_plain;f=test%2Ftest-idsdb.rb;fp=test%2Ftest-idsdb.rb;h=251160c601db0ac9168bc2400477647ff0e99ba3;hp=e1486958d5788463341c657a347d45f775e1824d;hb=5f691f77eafbb6df3012966d053e9d8b39c6a3ff;hpb=2e6979dc4c575c1fcace46446e6a95aef346fe1b diff --git a/test/test-idsdb.rb b/test/test-idsdb.rb index e148695..251160c 100755 --- a/test/test-idsdb.rb +++ b/test/test-idsdb.rb @@ -34,15 +34,15 @@ end class TestIDS_DB_Management < Test::Unit::TestCase def test_management man = CHISE::IDS_DB_Management.new - # make sure there is no conflict - #man.check_conflict_of_ids_text # 151.633 seconds. - man.store_ids_as_text # 172.024 seconds. - #man.store_ids_de_er # 47.99 seconds. - #man.check_integrity_of_ids_tree # 58.185 seconds. - #man.make_by_ids_db # 29.572 seconds. - #man.store_ids_aggregated # 66.609 seconds. - #man.store_ids_subparts # 1638.966 seconds. - #man.store_ids_contained # + # make sure there is no conflict ruby : ext + #man.check_conflict_of_ids_text # 151.633 : 150.287 + #man.store_ids_as_text # 172.024 : 177.618 + #man.store_ids_de_er # 47.99 : 38.926 + #man.check_integrity_of_ids_tree # 58.185 : 48.015 + #man.make_by_ids_db # 29.572 : 24.511 + #man.store_ids_aggregated # 66.609 : 51.832 + #man.store_ids_subparts # 1638.966 : 959.413 + #man.store_ids_contained # 773.808 : 696.374 =begin db = IDS_DB.instance