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

ci: Added benchmark test GitHub Action #2366

Merged
merged 4 commits into from
Jul 17, 2024

Conversation

mrickard
Copy link
Member

@mrickard mrickard commented Jul 16, 2024

Description

Added benchmark test GitHub Action, which automatically writes the output to a file in benchmark_results. The file is named with the git branch and Node version, which are supplied by the action.

How to Test

When this action is run, it verifies that it's written a file to the output by running ls on the output directory. File contents aren't inspected, but it's a baseline check that the benchmark test did not fail.

Related Issues

Closes #2118
Closes NR-255566

@mrickard mrickard requested a review from bizob2828 July 16, 2024 17:08
@bizob2828 bizob2828 added the dev:automation Indicates CI automation label Jul 16, 2024
.github/workflows/benchmark-tests.yml Outdated Show resolved Hide resolved
@mrickard mrickard requested a review from bizob2828 July 16, 2024 20:44
.github/workflows/benchmark-tests.yml Outdated Show resolved Hide resolved
.github/workflows/benchmark-tests.yml Outdated Show resolved Hide resolved
@mrickard mrickard requested a review from bizob2828 July 16, 2024 21:02
Signed-off-by: mrickard <maurice@mauricerickard.com>
Signed-off-by: mrickard <maurice@mauricerickard.com>
Signed-off-by: mrickard <maurice@mauricerickard.com>
@bizob2828
Copy link
Member

this is not linking to the github issue. please update your PR description

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev:automation Indicates CI automation
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Create GHA workflow for benchmark tests
2 participants