DealerDotCom / grinder-groovy

A ScriptEngine to allow grinder to use .groovy files to act as test scripts. (The goal of this module is to eventually be incorporated into The Grinder as a module)
6 stars 3 forks source link

Statistics are empty #1

Open przemekgalazka opened 10 years ago

przemekgalazka commented 10 years ago

files with stats have a content but it is like that:

2014-10-27 16:56:29,547 INFO ff-0 : The Grinder version 3.11 2014-10-27 16:56:29,557 INFO ff-0 : Java(TM) SE Runtime Environment 1.7.0_72-b14: Java HotSpot(TM) 64-Bit Server VM (24.72-b04, mixed mode) on Linux amd64 3.13.0-37-generic 2014-10-27 16:56:29,563 INFO ff-0 : time zone is CET (+0100) 2014-10-27 16:56:29,742 INFO ff-0 : worker process 0 2014-10-27 16:56:29,862 INFO ff-0 : instrumentation agents: byte code transforming instrumenter for Jython 2.5; byte code transforming instrumenter for Java 2014-10-27 16:56:31,146 INFO ff-0 : running "target/grinder/config/LoadTestScript.groovy" using GroovyScriptEngine running with groovy version: 2.0.5 2014-10-27 16:56:31,184 INFO ff-0 thread-0: starting, will do 1 run 2014-10-27 16:56:31,190 INFO ff-0 thread-1: starting, will do 1 run 2014-10-27 16:56:31,191 INFO ff-0 thread-2: starting, will do 1 run 2014-10-27 16:56:31,192 INFO ff-0 thread-3: starting, will do 1 run 2014-10-27 16:56:31,192 INFO ff-0 thread-4: starting, will do 1 run 2014-10-27 16:56:31,193 INFO ff-0 thread-5: starting, will do 1 run 2014-10-27 16:56:31,193 INFO ff-0 thread-6: starting, will do 1 run 2014-10-27 16:56:31,194 INFO ff-0 thread-7: starting, will do 1 run 2014-10-27 16:56:31,195 INFO ff-0 thread-8: starting, will do 1 run 2014-10-27 16:56:31,195 INFO ff-0 thread-9: starting, will do 1 run 2014-10-27 16:56:31,196 INFO ff-0 : start time is 1414425391196 ms since Epoch 2014-10-27 16:56:31,199 INFO ff-0 thread-0: finished 1 run 2014-10-27 16:56:31,200 INFO ff-0 thread-1: finished 1 run 2014-10-27 16:56:31,200 INFO ff-0 thread-2: finished 1 run 2014-10-27 16:56:31,200 INFO ff-0 thread-3: finished 1 run 2014-10-27 16:56:31,200 INFO ff-0 thread-5: finished 1 run 2014-10-27 16:56:31,201 INFO ff-0 thread-6: finished 1 run 2014-10-27 16:56:31,201 INFO ff-0 thread-7: finished 1 run 2014-10-27 16:56:31,201 INFO ff-0 thread-8: finished 1 run 2014-10-27 16:56:31,201 INFO ff-0 thread-4: finished 1 run 2014-10-27 16:56:31,201 INFO ff-0 thread-9: finished 1 run 2014-10-27 16:56:31,204 INFO ff-0 : elapsed time is 8 ms 2014-10-27 16:56:31,204 INFO ff-0 : Final statistics for this process: 2014-10-27 16:56:31,216 INFO ff-0 : Tests Errors Mean Test Test Time TPS
Time (ms) Standard
Deviation
(ms)

Totals 0 0 - 0.00 0.00

Tests resulting in error only contribute to the Errors column.
Statistics for individual tests can be found in the data file, including (possibly incomplete) statistics for erroneous tests. Composite tests
are marked with () and not included in the totals.

ryangardner commented 9 years ago

I think this means that a test didn't record anything. Do you have an example if your test?

We should publicly post some of our samples too to give better usage examples