Sha256: 302c8c324bb2b46f2c82c97b2c76465ae94f9a58a1e376f415b2eb8801695509

Contents?: true

Size: 146 Bytes

Versions: 43

Compression:

Stored size: 146 Bytes

Contents

require 'xml'

10_000.times {|n|
j=XML::Node.new2(nil,"happy#{n}")
  10.times {|r|
    j1=XML::Node.new("happy#{r}","farts")
    j.child=j1
  }
}

Version data entries

43 entries across 43 versions & 7 rubygems

Version Path
libxml-jruby-modified-1.0.2-jruby test/ets_tsr.rb
libxml-jruby-modified-1.0.1-jruby test/ets_tsr.rb
libxml-fixed-jruby-1.0.0-jruby test/ets_tsr.rb
libxml-jruby-fixed-1.0.0-jruby test/ets_tsr.rb
libxml-ruby-r19mingw-1.1.4 test/ets_tsr.rb
libxml-ruby-1.1.4 test/ets_tsr.rb
libxml-ruby-1.1.4-x86-mswin32-60 test/ets_tsr.rb
coupa-libxml-ruby-1.1.4 test/ets_tsr.rb
libxml-jruby-1.0.0 test/ets_tsr.rb
libxml-ruby-0.8.2 test/ets_tsr.rb
libxml-ruby-0.8.2-x86-mswin32-60 test/ets_tsr.rb
libxml-ruby-0.9.0 test/ets_tsr.rb
libxml-ruby-0.8.3-x86-mswin32-60 test/ets_tsr.rb
libxml-ruby-0.8.3 test/ets_tsr.rb
libxml-ruby-0.9.1-x86-mswin32-60 test/ets_tsr.rb
libxml-ruby-0.9.2 test/ets_tsr.rb
libxml-ruby-0.9.1 test/ets_tsr.rb
libxml-ruby-0.9.2-x86-mswin32-60 test/ets_tsr.rb
libxml-ruby-0.9.0-x86-mswin32-60 test/ets_tsr.rb
libxml-ruby-0.9.3-x86-mswin32-60 test/ets_tsr.rb