Skip to content

Commit 21a08e6

Browse files
committed
updated example
1 parent 1a8007e commit 21a08e6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/real_immi.gov.au_visa.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070
log filename: '/var/log/flood/custom.log', error_logging: true
7171

7272
end
73-
# end.run(path: '/usr/share/jmeter/bin/', gui: true)
73+
end.run(path: '/usr/share/jmeter/bin/', gui: true)
7474
# end.jmx
75-
end.flood ENV['FLOOD_API_TOKEN'], {
76-
region: 'ap-southeast-2',
77-
name: 'Demo for Immi'
78-
}
75+
# end.flood ENV['FLOOD_API_TOKEN'], {
76+
# region: 'ap-southeast-2',
77+
# name: 'Demo for Immi'
78+
# }

lib/ruby-jmeter/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module RubyJmeter
2-
VERSION = "2.0.4"
2+
VERSION = "2.0.5"
33
end

0 commit comments

Comments
 (0)