Compare XPath benchmark blocks.
This commit is contained in:
parent
01b88d8c68
commit
19e9834583
|
@ -10,4 +10,6 @@ Benchmark.ips do |bench|
|
||||||
bench.report 'long form' do
|
bench.report 'long form' do
|
||||||
document.xpath('descendant-or-self::meta')
|
document.xpath('descendant-or-self::meta')
|
||||||
end
|
end
|
||||||
|
|
||||||
|
bench.compare!
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue