Skip to content

Commit b412cc1

Browse files
committed
Fix benchmark script
1 parent d890cf2 commit b412cc1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

benchmarks/run.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ def build_signed_envelope
115115
x.config(warmup: 2, time: 5)
116116

117117
x.report('parse: small WSDL (blz_service, 88 lines)') do
118-
WSDL::Parser::Result.parse(SMALL_WSDL, HTTP)
118+
WSDL::Parser.parse(SMALL_WSDL, HTTP)
119119
end
120120

121121
x.report('parse: large WSDL (economic, 65k lines)') do
122-
WSDL::Parser::Result.parse(LARGE_WSDL, HTTP)
122+
WSDL::Parser.parse(LARGE_WSDL, HTTP)
123123
end
124124

125125
x.compare!

0 commit comments

Comments
 (0)