bin/generate_test_tpl/bench.rb in ruby-vpi-9.0.0 vs bin/generate_test_tpl/bench.rb in ruby-vpi-10.0.0

- old
+ new

@@ -1,6 +1,6 @@ -## This is the Ruby side of the bench. +# This file is the Ruby side of the bench. require 'ruby-vpi' <% case aOutputInfo.specFormat when :xUnit @@ -12,10 +12,10 @@ require 'ruby-vpi/rspec' <% end %> -RubyVpi.init_bench '<%= aModuleInfo.name + aOutputInfo.suffix %>', :<%= aOutputInfo.protoClassName %> +RubyVpi.init_bench '<%= aModuleInfo.name + aOutputInfo.suffix %>', :<%= aOutputInfo.designClassName %> # service the $ruby_relay callback <% case aOutputInfo.specFormat when :xUnit, :rSpec