Commit Graph

68 Commits

Author SHA1 Message Date
Alexey Lavrenuke (load testing)
9ab0214212 remove some obsolete code 2013-08-06 18:21:35 +04:00
Alexey Lavrenuke (load testing)
2f3d9f0080 free instance schedule by default 2013-08-01 16:37:11 +04:00
Alexey Lavrenuke (load testing)
595ee99ed3 export StepperInfo for stepper module 2013-07-31 19:41:45 +04:00
Alexey Lavrenuke (load testing)
648fa1c737 loop_limit means now the number of passes through ammo file 2013-07-30 18:43:43 +04:00
Alexey Lavrenuke (load testing)
2efefad519 flush output when writing status 2013-07-30 18:40:47 +04:00
Alexey Lavrenuke (load testing)
e805717e64 remove obsolete code 2013-07-30 18:27:51 +04:00
Alexey Lavrenuke (load testing)
05d364e8e8 fix doctest 2013-07-30 18:25:11 +04:00
Alexey Lavrenuke (load testing)
376037971a stepper progress info 2013-07-30 18:18:15 +04:00
Alexey Lavrenuke (load testing)
a6c1096ca0 basic stepper progress 2013-07-30 15:47:54 +04:00
Alexey Lavrenuke (load testing)
c9ed9f6268 lp_len 2013-07-25 18:30:21 +04:00
Alexey Lavrenuke (load testing)
eeba7a0869 start implementing status reporting 2013-07-23 18:22:37 +04:00
Alexey Lavrenuke (load testing)
f2c5013f72 move properties storage from dict to fields for StepperStatus 2013-07-23 14:33:38 +04:00
Alexey Lavrenuke (load testing)
bf96914324 change example IP addresses in README according to rfc5737 2013-07-18 14:02:36 +04:00
Alexey Lavrenuke (load testing)
050f5877cd publish info in instance plan 2013-07-16 17:47:45 +04:00
Alexey Lavrenuke (load testing)
fd231ba382 (dirty) StepperStatus 2013-07-16 17:21:55 +04:00
Alexey Lavrenuke (load testing)
eba81f5e80 move ammo_count and loop_count entirely into STATUS 2013-07-16 16:30:14 +04:00
Alexey Lavrenuke (load testing)
d51781de66 move limits logic entirely into STATUS 2013-07-16 16:18:46 +04:00
Alexey Lavrenuke (load testing)
67562b3e46 make limit logic in STATUS 2013-07-16 16:08:23 +04:00
Alexey Lavrenuke (load testing)
b1ddf06f37 make some properties in status 2013-07-16 16:02:56 +04:00
Alexey Lavrenuke (load testing)
d91aff809b global status: works for load_plan 2013-07-16 15:46:19 +04:00
Alexey Lavrenuke (load testing)
21502dff28 start moving to global status 2013-07-16 14:56:26 +04:00
Alexey Lavrenuke (load testing)
ab3748a1f1 remove length from load plans. We will use a singleton StepperStatus
object for all stepper status information.
2013-07-16 14:22:51 +04:00
Alexey Lavrenuke (load testing)
3ccec29392 docstrings for AmmoFactory 2013-07-16 14:11:33 +04:00
Alexey Lavrenuke (load testing)
bb30f64dd5 fix length for limiter 2013-07-15 21:58:53 +04:00
Alexey Lavrenuke (load testing)
27628d6ff4 test if LP has length before asking 2013-07-15 21:50:09 +04:00
Alexey Lavrenuke (load testing)
5483c88849 remove len from InstanceLP 2013-07-15 21:42:11 +04:00
Alexey Lavrenuke (load testing)
94b58c43a6 add len for uri_style 2013-07-15 21:13:38 +04:00
Alexey Lavrenuke (load testing)
d66bff8319 fix bug 2013-07-15 21:08:30 +04:00
Alexey Lavrenuke (load testing)
b903c81e96 ammo length 2013-07-15 21:06:10 +04:00
Alexey Lavrenuke (load testing)
6badd15e49 set loop_limit if instance_schedule is set 2013-07-15 20:46:16 +04:00
Alexey Lavrenuke (load testing)
6598f903f5 return sys.maxint as length of instance plan 2013-07-15 20:38:44 +04:00
Alexey Lavrenuke (load testing)
9b87680c83 use cache buffer size instead of line counter for flushing output file 2013-07-15 20:33:52 +04:00
Alexey Lavrenuke (load testing)
44ee9e768a flush ammo every 10000-th missile 2013-07-15 20:25:14 +04:00
Alexey Lavrenuke (load testing)
4aaf5f799e regexps in instance plan 2013-07-15 20:23:51 +04:00
Alexey Lavrenuke (load testing)
d6dfc5e1cc ammo looping 8) 2013-07-15 20:02:54 +04:00
Alexey Lavrenuke (load testing)
266dfded28 ammo looping should work now 2013-07-15 20:00:27 +04:00
Alexey Lavrenuke (load testing)
b7a79b772e cast loop_limit and ammo_limit anyway 2013-07-15 19:54:19 +04:00
Alexey Lavrenuke (load testing)
12c567f96b refactor duration.
We are now supporting fractional duration, for example, one could
write const(200, 0.2s) - and should get load of 200 RPS for 0.2
seconds.
2013-07-15 19:52:50 +04:00
Alexey Lavrenuke (load testing)
a85684794a support string limits for Line load type in instance plan 2013-07-15 19:07:38 +04:00
Alexey Lavrenuke (load testing)
0235b84c97 add length counter for AmmoFileReader 2013-07-15 19:05:19 +04:00
Alexey Lavrenuke (load testing)
372b4e5d71 fix doctest data 2013-07-15 18:07:27 +04:00
Alexey Lavrenuke (load testing)
a2718d474a doctests for markers 2013-07-15 18:04:34 +04:00
Alexey Lavrenuke (load testing)
1432a9249d refactor marker 2013-07-15 17:38:50 +04:00
Alexey Lavrenuke (load testing)
19a2133988 one more test: n instances in zero time 2013-07-15 16:27:04 +04:00
Alexey Lavrenuke (load testing)
3d0e6de745 fixed instance plans 2013-07-15 16:21:16 +04:00
Alexey Lavrenuke (load testing)
b311a6732e add some more doctests, instance_plan is obviously broken 2013-07-15 16:08:37 +04:00
Alexey Lavrenuke (load testing)
7f270c6344 add some doctests for instance plan 2013-07-15 15:51:50 +04:00
Alexey Lavrenuke (load testing)
45a8b24706 add ramp and duration instance plan steps support 2013-07-15 15:15:29 +04:00
Alexey Lavrenuke (load testing)
56d0cc609b fix and refactor limiter 2013-07-15 14:59:31 +04:00
Alexey Lavrenuke (load testing)
6a608b08f4 fix bug with ammo_limit 2013-07-03 17:14:05 +04:00