diff options
Diffstat (limited to 'frontends/php/include/httptest.inc.php')
| -rw-r--r-- | frontends/php/include/httptest.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/httptest.inc.php b/frontends/php/include/httptest.inc.php index 575bb957..3d77e290 100644 --- a/frontends/php/include/httptest.inc.php +++ b/frontends/php/include/httptest.inc.php @@ -82,13 +82,13 @@ array( 'description' => 'Download speed for step \'$2\' of scenario \'$1\'', 'key_' => 'web.test.in['.$testname.','.$name.',bps]', - 'type' => ITEM_VALUE_TYPE_UINT64, + 'type' => ITEM_VALUE_TYPE_FLOAT, 'units' => 'bps', 'httpstepitemtype'=> HTTPSTEP_ITEM_TYPE_IN), array( 'description' => 'Response time for step \'$2\' of scenario \'$1\'', 'key_' => 'web.test.time['.$testname.','.$name.',resp]', - 'type' => ITEM_VALUE_TYPE_UINT64, + 'type' => ITEM_VALUE_TYPE_FLOAT, 'units' => 's', 'httpstepitemtype'=> HTTPSTEP_ITEM_TYPE_TIME), array( |
