blazemeter 0.5.2 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +6 -6
- data/lib/blazemeter/version.rb +1 -1
- metadata +2 -2
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# BlazeMeter
|
|
2
2
|
|
|
3
3
|
BlazeMeter is add-on that provides an integrated self-service, on-demand, cloud-based, 100% JMeter
|
|
4
4
|
compatible load and performance testing for your web and mobile apps. BlazeMeter provides developers
|
|
@@ -25,7 +25,7 @@ You can use BlazeMeter either from command line or from your Ruby code.
|
|
|
25
25
|
|
|
26
26
|
### Command line usage
|
|
27
27
|
|
|
28
|
-
First you must initialize your
|
|
28
|
+
First you must initialize your BlazeMeter instance:
|
|
29
29
|
|
|
30
30
|
blazemeter api:init
|
|
31
31
|
|
|
@@ -33,7 +33,7 @@ or
|
|
|
33
33
|
|
|
34
34
|
blazemeter api:init -a XXXYYY
|
|
35
35
|
|
|
36
|
-
This will prompt you to enter your user key which will be saved so you don't need to do it again.
|
|
36
|
+
This will prompt a you to enter your user key which will be saved so you don't need to do it again.
|
|
37
37
|
However if you want to change your user key you can do it by removing the current key using api:reset command:
|
|
38
38
|
|
|
39
39
|
blazemeter api:reset
|
|
@@ -67,8 +67,8 @@ To update a test:
|
|
|
67
67
|
|
|
68
68
|
blazemeter test:update
|
|
69
69
|
|
|
70
|
-
-this will prompt you to enter test id, max users (or max users per load engine if -en is set), location, jmeter version, ramp up, iterations, duration and number of engines for the test
|
|
71
|
-
|
|
70
|
+
-this will prompt you to enter test id, max users (or max users per load engine if -en is set), location, jmeter version, ramp up, iterations, duration and number of engines for the test.
|
|
71
|
+
(you can also prepopulate those values)
|
|
72
72
|
|
|
73
73
|
blazemeter test:update -id 123 -u 500 -l us-east-1 -j 2.9 -r 300 -i 100 -d 100 -en 2
|
|
74
74
|
|
|
@@ -94,7 +94,7 @@ To get list of valid locations:
|
|
|
94
94
|
|
|
95
95
|
### Usage from the Ruby code
|
|
96
96
|
|
|
97
|
-
To use BlazeMeter in your
|
|
97
|
+
To use BlazeMeter in your Ruby code, first you must include it:
|
|
98
98
|
|
|
99
99
|
require "blazemeter"
|
|
100
100
|
|
data/lib/blazemeter/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: blazemeter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-07-
|
|
12
|
+
date: 2013-07-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|