Skip to content

Commit

Permalink
updated example
Browse files Browse the repository at this point in the history
  • Loading branch information
timkoopmans committed Aug 13, 2013
1 parent 1a8007e commit 21a08e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions examples/real_immi.gov.au_visa.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
log filename: '/var/log/flood/custom.log', error_logging: true

end
# end.run(path: '/usr/share/jmeter/bin/', gui: true)
end.run(path: '/usr/share/jmeter/bin/', gui: true)
# end.jmx
end.flood ENV['FLOOD_API_TOKEN'], {
region: 'ap-southeast-2',
name: 'Demo for Immi'
}
# end.flood ENV['FLOOD_API_TOKEN'], {
# region: 'ap-southeast-2',
# name: 'Demo for Immi'
# }
2 changes: 1 addition & 1 deletion lib/ruby-jmeter/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RubyJmeter
VERSION = "2.0.4"
VERSION = "2.0.5"
end

0 comments on commit 21a08e6

Please sign in to comment.