Skip to content
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.

feat(chart): add realtime charts #2

Open
1 of 2 tasks
manekinekko opened this issue Nov 6, 2016 · 2 comments
Open
1 of 2 tasks

feat(chart): add realtime charts #2

manekinekko opened this issue Nov 6, 2016 · 2 comments
Assignees

Comments

@manekinekko
Copy link
Collaborator

We should be able to view realtime perf logs gathered by benchpress:

  • improve benchpress so it can emit logs on each iteration
  • add realtime plotting to perfy
@manekinekko manekinekko self-assigned this Nov 6, 2016
@douglasduteil
Copy link
Member

Is it actually possible to time box all the tests ?
I mean can we always ask the test to last n seconds ?

@manekinekko
Copy link
Collaborator Author

Nope. But we can work around that. For now, Perfy does merge the generated
json files (by benchpress) after each spec iteration.
So my vision is :

  1. Perfy can start polling those merged files and plot them.
  2. We can update the spec file to emit a socket message through Web Sockets
    and use that on the client to plot the charts
  3. To avoid writing all those files on disk after each spec iteration, I
    wanna upgrade Benchpress so it can emit those samples (of each iteration)
    using may be the event emitter api.

On Sun, Nov 6, 2016, 23:00 Douglas Duteil [email protected] wrote:

Is it actually possible to time box all the tests ?
I mean can we always ask the test to last n seconds ?


You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
#2 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABnuHWfxVQ1nrKuOd1R0KfJtCx96K54Oks5q7k3ggaJpZM4Kqph1
.

Wassim Chegham
Developer Advocate at SFEIR
Google Developer Expert in Web Technologies
http://fr.linkedin.com/in/wassimchegham http://twitter.com/manekinekko
http://plus.google.com/+WassimCheghamJavaScript/posts
http://flickr.com/photos/manekinekko/albums/
http://github.com/manekinekko http://wassimchegham.com/feed
http://wassimchegham.com/ http://www.meetup.com/members/135357292/
http://slides.com/wassimchegham/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants