perfyjs / perfy

The perfect companion for Benchpress Performance Toolkit ✨✨✨
https://perfyjs.github.io/perfy/
3 stars 1 forks source link

test(rxjs): prepare a POC for Rxjs #5

Open manekinekko opened 7 years ago

manekinekko commented 7 years ago

See discussion here: https://github.com/ReactiveX/rxjs/issues/2198

trxcllnt commented 7 years ago

hola @manekinekko, just checking in. Per the discussion in https://github.com/ReactiveX/rxjs/pull/2266#issuecomment-275923786, I'm looking into getting this in place so we can properly compare the performance difference between patching and baking in Zone.js support (a critical blocker for the Angular2 community). Do you think this is something we could tackle w/o too much headache, or should I explore other avenues in the short term?

manekinekko commented 7 years ago

Hi @trxcllnt actually I already have a working demo app using Perfy in rxjs. Take a look at this commit on the rxjs repo https://github.com/manekinekko/rxjs/commit/8836c1a5d8cf3ca3ce3a6b53f404001fca212502

Here is more info about my work: https://github.com/ReactiveX/rxjs/issues/2198#issuecomment-269563401

I didn't have any feedback on this for the moment. Let me know how can I help you setup Perfy.

manekinekko commented 7 years ago

@trxcllnt any news about this?