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

improve benchmark workflow #636

Merged
merged 1 commit into from
Jul 28, 2023
Merged

improve benchmark workflow #636

merged 1 commit into from
Jul 28, 2023

Conversation

Uzlopak
Copy link
Contributor

@Uzlopak Uzlopak commented Jul 28, 2023

It doesnt make sense to make a benchmark accross libs. What we need is the benchmark between branches.

This changes the benchmark to benchmark between two branches when adding the benchmark label.

Also reducing the maxSample to 100, as doing 500 samples takes a million years and is not more reliable.

Checklist

@Uzlopak Uzlopak changed the title improve benchmark improve benchmark workflow Jul 28, 2023
@Uzlopak Uzlopak requested review from Fdawgs, RafaelGSS and ivan-tymoshenko and removed request for Fdawgs, RafaelGSS and ivan-tymoshenko July 28, 2023 08:44
@Uzlopak
Copy link
Contributor Author

Uzlopak commented Jul 28, 2023

To see the output, see

Uzlopak#3

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Uzlopak Uzlopak merged commit 93b3491 into fastify:master Jul 28, 2023
15 checks passed
@@ -31,7 +22,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 18
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Set this to lts/* so we don't have to keep bumping it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will anyway open an issue regarding general benchmark wf.

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

Successfully merging this pull request may close these issues.

None yet

3 participants