Sha256: 0c67621778ea1803f45618bdce6c5cd7f3730927ef0735fd0930c0988f969b94

Contents?: true

Size: 152 Bytes

Versions: 4

Compression:

Stored size: 152 Bytes

Contents

require 'libxml'

1_000_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

4 entries across 4 versions & 1 rubygems

Version Path
libxml-ruby-0.5.4 test/ets_tsr.rb
libxml-ruby-0.5.3 test/ets_tsr.rb
libxml-ruby-0.6.0 test/ets_tsr.rb
libxml-ruby-0.6.0-x86-mswin32-60 test/ets_tsr.rb