Re: [webkit-dev] WebKit Perf Monitor (perf.webkit.org) has been launched

2014-03-14 Thread Zoltan Horvath
Hi there,

I've updated the `Install guidelines` and the `Readme` this week
(http://trac.webkit.org/browser/trunk/Websites/perf.webkit.org).
Now the doc contains guidelines for Mountain Lion/Mavericks, using/not
using Server.app, and contains a couple of additional comments also.

Let me know if you have any questions about setting up the site.

Cheers,


On Fri, Feb 7, 2014 at 7:13 PM, Ryosuke Niwa  wrote:
> I've finally upstreamed the code to
> http://trac.webkit.org/browser/trunk/Websites/perf.webkit.org
>
> Now you can all play with it yourself, and even run your own instance to
> track performance test results for your projects.
>
> I apologize for how long it took for me to upstream it. My initial plan was
> getting this done even before launching the website but I had to change my
> plan due to a last minute architectural change to use php instead of node.js
> and the Blink fork.
>
> - R. Niwa
>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] WebKit Perf Monitor (perf.webkit.org) has been launched

2014-02-07 Thread Ryosuke Niwa
I've finally upstreamed the code to
http://trac.webkit.org/browser/trunk/Websites/perf.webkit.org

Now you can all play with it yourself, and even run your own instance to
track performance test results for your projects.

I apologize for how long it took for me to upstream it. My initial plan was
getting this done even before launching the website but I had to change my
plan due to a last minute architectural change to use php instead of
node.js and the Blink fork.

- R. Niwa
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] WebKit Perf Monitor (perf.webkit.org) has been launched

2013-06-07 Thread Ryosuke Niwa
Sorry, there has been some regression and platform names are reported
incorrectly.  I've updated the dashboard to show those names instead for
now but I'll try to fix it ASAP.


- R. Niwa


On Fri, Jun 7, 2013 at 2:42 AM, Mihai Maerean  wrote:

> Hi
>
>
> Last results on http://perf.webkit.org are from May 26th
> (https://perf.webkit.org/#mode=dashboard&days=30)
> What is the status of perf.webkit.org?
>
>
> Mihai
>
>
>
> From:  Ryosuke Niwa 
> Date:  Friday, March 15, 2013 10:52 AM
> To:  WebKit Development 
> Subject:  Re: [webkit-dev] WebKit Perf Monitor (perf.webkit.org) has been
> launched
>
>
> On Sun, Feb 24, 2013 at 7:24 PM, Ryosuke Niwa  wrote:
> We've replaced webkit-perf.appspot.com <http://webkit-perf.appspot.com> by
> perf.webkit.org <http://perf.webkit.org>.  webkit-perf.appspot.com
> <http://webkit-perf.appspot.com> will be phased-out in the coming weeks.
>
>
>
> I have disabled webkit-perf.appspot.com <http://webkit-perf.appspot.com>
> as of today. Please update your bookmarks.
>
> - R. Niwa
>
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] WebKit Perf Monitor (perf.webkit.org) has been launched

2013-06-07 Thread Mihai Maerean
Hi


Last results on http://perf.webkit.org are from May 26th
(https://perf.webkit.org/#mode=dashboard&days=30)
What is the status of perf.webkit.org?


Mihai



From:  Ryosuke Niwa 
Date:  Friday, March 15, 2013 10:52 AM
To:  WebKit Development 
Subject:  Re: [webkit-dev] WebKit Perf Monitor (perf.webkit.org) has been
launched


On Sun, Feb 24, 2013 at 7:24 PM, Ryosuke Niwa  wrote:
We've replaced webkit-perf.appspot.com <http://webkit-perf.appspot.com> by
perf.webkit.org <http://perf.webkit.org>.  webkit-perf.appspot.com
<http://webkit-perf.appspot.com> will be phased-out in the coming weeks.



I have disabled webkit-perf.appspot.com <http://webkit-perf.appspot.com>
as of today. Please update your bookmarks.

- R. Niwa

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] WebKit Perf Monitor (perf.webkit.org) has been launched

2013-03-15 Thread Ryosuke Niwa
On Sun, Feb 24, 2013 at 7:24 PM, Ryosuke Niwa  wrote:

> We've replaced webkit-perf.appspot.com by perf.webkit.org.
> webkit-perf.appspot.com will be phased-out in the coming weeks.
>

I have disabled webkit-perf.appspot.com as of today. Please update your
bookmarks.

- R. Niwa
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] WebKit Perf Monitor (perf.webkit.org) has been launched

2013-03-01 Thread Thiago Marcos P. Santos
On Mon, Feb 25, 2013 at 5:24 AM, Ryosuke Niwa  wrote:
> Hi all,
>
> We've replaced webkit-perf.appspot.com by perf.webkit.org.
> webkit-perf.appspot.com will be phased-out in the coming weeks.
>
> I'm going to check in the source code of perf.webkit.org into WebKit
> repository in coming months.

The new version of the perf site is just awesome. Thanks a lot.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] WebKit Perf Monitor (perf.webkit.org) has been launched

2013-02-28 Thread Ryosuke Niwa
Note that the released version of Safari has a bug where it doesn't load
JSON properly. To work around this issue, open Inspector and reload. It
works just fine on WebKit nightly builds.

On Sun, Feb 24, 2013 at 7:24 PM, Ryosuke Niwa  wrote:

> Hi all,
>
> We've replaced webkit-perf.appspot.com by perf.webkit.org.
> webkit-perf.appspot.com will be phased-out in the coming weeks.
>
> I'm going to check in the source code of perf.webkit.org into WebKit
> repository in coming months.
>
> - R. Niwa
>
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] WebKit Perf Monitor (perf.webkit.org) has been launched

2013-02-24 Thread Benjamin Poulain
On Sun, Feb 24, 2013 at 7:24 PM, Ryosuke Niwa  wrote:

> We've replaced webkit-perf.appspot.com by perf.webkit.org.
> webkit-perf.appspot.com will be phased-out in the coming weeks.
>
> I'm going to check in the source code of perf.webkit.org into WebKit
> repository in coming months.
>

Awesome job, thanks for fixing webkit-perf!

I see some weird results on Mountain Lion
for CSS/CSSPropertySetterGetter:Run. The test may be broken?

Benjamin
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] WebKit Perf Monitor (perf.webkit.org) has been launched

2013-02-24 Thread Hajime Morrita
On Mon, Feb 25, 2013 at 1:32 PM, Ryosuke Niwa  wrote:

> On Sun, Feb 24, 2013 at 7:56 PM, Hajime Morrita wrote:
>
>> Yay, it finally arrived!
>> I can see graphs only for html5-full-render test. Could we have links
>> for other test charts? Or aren't they ready yet?
>>
>
> You can look at each graph on Charts page.
>
Got it. Thanks!


>
> - R. Niwa
>
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] WebKit Perf Monitor (perf.webkit.org) has been launched

2013-02-24 Thread Ryosuke Niwa
On Sun, Feb 24, 2013 at 7:56 PM, Hajime Morrita wrote:

> Yay, it finally arrived!
> I can see graphs only for html5-full-render test. Could we have links for
> other test charts? Or aren't they ready yet?
>

You can look at each graph on Charts page.

- R. Niwa
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] WebKit Perf Monitor (perf.webkit.org) has been launched

2013-02-24 Thread Glenn Adams
On Mon, Feb 25, 2013 at 12:24 PM, Ryosuke Niwa  wrote:

> Hi all,
>
> We've replaced webkit-perf.appspot.com by perf.webkit.org.
> webkit-perf.appspot.com will be phased-out in the coming weeks.
>
> I'm going to check in the source code of perf.webkit.org into WebKit
> repository in coming months.
>

Very nice! It also would be nice to have a smoothing function checkbox on
the charts to allow visualizing trends a bit better.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] WebKit Perf Monitor (perf.webkit.org) has been launched

2013-02-24 Thread Hajime Morrita
Yay, it finally arrived!
I can see graphs only for html5-full-render test. Could we have links for
other test charts? Or aren't they ready yet?


On Mon, Feb 25, 2013 at 12:24 PM, Ryosuke Niwa  wrote:

> Hi all,
>
> We've replaced webkit-perf.appspot.com by perf.webkit.org.
> webkit-perf.appspot.com will be phased-out in the coming weeks.
>
> I'm going to check in the source code of perf.webkit.org into WebKit
> repository in coming months.
>
> - R. Niwa
>
>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
>
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] WebKit Perf Monitor (perf.webkit.org) has been launched

2013-02-24 Thread Ryosuke Niwa
Hi all,

We've replaced webkit-perf.appspot.com by perf.webkit.org.
webkit-perf.appspot.com will be phased-out in the coming weeks.

I'm going to check in the source code of perf.webkit.org into WebKit
repository in coming months.

- R. Niwa
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev