Bump. Would has anyone used this plugin?
On Tuesday, August 5, 2014 11:38:19 AM UTC-4, Andrew Pritykin wrote:
>
> Hi everyone,
>
> I have a JS file that looks to see how long it takes to load a webpage.
> Once the page loads it saves the result (time in ms) to a file. After
&
Hi everyone,
I have a JS file that looks to see how long it takes to load a webpage.
Once the page loads it saves the result (time in ms) to a file. After
looking at the Measurements Plugin I see its a extension to the Junit Test
result post build.
currently my script writes to a file "time_lo
Jon,
THANK YOU! I got it to work! I appreciate your help very much! Cheers!!
On Monday, July 28, 2014 1:49:31 PM UTC-4, Andrew Pritykin wrote:
>
> So just to clarify, will I be creating a new foo.properties file for each
> run or add a new value to YVALUE?
>
> On Monday, July 2
operties, then configure the plugin to use
> the file just like I specified earlier. The plot plugin will keep track of
> all of the values for each build internally.
>
>
> On Mon, Jul 28, 2014 at 11:38 AM, Andrew Pritykin > wrote:
>
>> How would I go about using
I am new to all of this and am trying to piece it all
together.
On Monday, July 28, 2014 12:33:47 PM UTC-4, Jon Schewe wrote:
>
> The "foo.properties" file is created for each build as part of my
> continuous integration script.
>
>
> On Mon, Jul 28, 2014 at 10:23
; Note that if you're using a matrix build you will likely have problems
> unless you build your own patched version of the plot plugin.
>
> An example of picking up my value for the properties file is here:
>
> cat rse-stats.txt | grep "RSE" | awk '{printf("YVAL
Still looking for any help on this problem.
On Wednesday, July 23, 2014 5:22:12 PM UTC-4, Andrew Pritykin wrote:
>
> So here is the deal folks,
>
> I have a PhantomJS script that simply measures the amount of time it takes
> to load a web page (in ms). My plan is to graph the res
: Andrew Pritykin
***
*/
var page = require('webpage').create(),
system = require('system'),
t, address;
var pageLoadArray = [];
var csvContents = "";
fs = require('fs');
if (system.args.length === 1) {
console.log(