Eclipse调试Groovy脚本输出统计信息

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Eclipse调试Groovy脚本输出统计信息

ypspace
如何配置Groovy工程,使得调试测试脚本输出grinder统计日志?
如下:
             Tests        Errors       Mean Test    Test Time    TPS          
                                       Time (ms)    Standard                  
                                                    Deviation                
                                                    (ms)                      

Test 1       1            0            170.00       0.00         0.29          "Test1"

Totals       1            1            170.00       0.00         0.29
Reply | Threaded
Open this post in threaded view
|

Re: Eclipse调试Groovy脚本输出统计信息

junoyoon
Administrator
It's not possible to show the message you mention in the JUnit context.
It's blocked in the GrinderRunner level.