Compare XPath benchmark blocks.

This commit is contained in:
Yorick Peterse 2014-11-13 01:18:16 +01:00
parent 01b88d8c68
commit 19e9834583
1 changed files with 2 additions and 0 deletions

View File

@ -10,4 +10,6 @@ Benchmark.ips do |bench|
bench.report 'long form' do
document.xpath('descendant-or-self::meta')
end
bench.compare!
end