-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Record perf results vs RxJS 4, then drop RxJS 4 from perf testing #2198
Comments
Hi @Blesh are you still planning to use Benchpress for future perf tests? I'm actually building a tool called Perfy, on top of Benchpress which allows to keep track of previous tests campaign, which is exactly what you need. The tool lives here :https://github.com/manekinekko/perfy. If this is something you wanna try out, I can prepare a POC for RxJS. |
@manekinekko that sounds awesome. I'd love to see it in action. I have a feeling our benchpress tests have probably fallen into disrepair. Do note, though, that we have both micro perf and macro perf tests. |
alright. I'll begin working on that just right after christmas 🎅 |
@Blesh here is a quick POC for the macro perfs... tell if this is what you had in mind? |
@manekinekko I'm curious if we could create github webhooks to display some critical info per each PR (let's not think about ergonomics like where to run server, etcs for now) |
@kwonoj yep I think it's doable. Here are some facts about Perfy:
Here is the complete workflow:
One thing I'm missing here is how we'll be able to provide a subset of spec tests to benchpress. Typically, we will need to:
I think 2) would be a good approach 🤔 |
Is benchpress still being supported? I don't see it in the latest modules in angular, it's supposed to be |
This is just old now. |
Haha! I totally forgot about this experiment 😁 |
It's time to move on. Future versions of this library need to be compared against previous versions of itself, not Rx4.
We need to
The text was updated successfully, but these errors were encountered: