Skip to content
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

Implement Benchmarking CI #441

Closed
viferga opened this issue Jun 8, 2023 · 2 comments
Closed

Implement Benchmarking CI #441

viferga opened this issue Jun 8, 2023 · 2 comments

Comments

@viferga
Copy link
Member

viferga commented Jun 8, 2023

🚀 Feature

It would be pretty interesting to implement benchmarking CI and CD for knowing how code changes affect to the performance of metacall. For example, since more safety was added to NodeJS loader, after the version 0.3.x, the performance has been damaged a lot. We should be able to control this in a better way.

There's a tool that already integrates that and it is compatible with CTest and Google Tests: https://github.com/benchmark-action/github-action-benchmark

Here's the C++ Google Test version: https://github.com/benchmark-action/github-action-benchmark/tree/master/examples/cpp

It produces nice outputs and notifies if performance is degraded: https://benchmark-action.github.io/github-action-benchmark/dev/bench/

@ahmedihabb2
Copy link
Contributor

#457 Check this

@viferga
Copy link
Member Author

viferga commented May 15, 2024

This is implemented already.

@viferga viferga closed this as completed May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants