Sha256: a62e3459c364ceb7e45acb4ccfc9dc30d7b84a0beae79f1ce54d16538abc5947

Contents?: true

Size: 149 Bytes

Versions: 6

Compression:

Stored size: 149 Bytes

Contents

require 'libxml'

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

6 entries across 6 versions & 1 rubygems

Version Path
libxml-ruby-0.7.0 test/ets_tsr.rb
libxml-ruby-0.7.0-x86-mswin32-60 test/ets_tsr.rb
libxml-ruby-0.8.0 test/ets_tsr.rb
libxml-ruby-0.8.0-x86-mswin32-60 test/ets_tsr.rb
libxml-ruby-0.8.1 test/ets_tsr.rb
libxml-ruby-0.8.1-x86-mswin32-60 test/ets_tsr.rb