We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d890cf2 commit b412cc1Copy full SHA for b412cc1
1 file changed
benchmarks/run.rb
@@ -115,11 +115,11 @@ def build_signed_envelope
115
x.config(warmup: 2, time: 5)
116
117
x.report('parse: small WSDL (blz_service, 88 lines)') do
118
- WSDL::Parser::Result.parse(SMALL_WSDL, HTTP)
+ WSDL::Parser.parse(SMALL_WSDL, HTTP)
119
end
120
121
x.report('parse: large WSDL (economic, 65k lines)') do
122
- WSDL::Parser::Result.parse(LARGE_WSDL, HTTP)
+ WSDL::Parser.parse(LARGE_WSDL, HTTP)
123
124
125
x.compare!
0 commit comments