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

feature: add benchmarks and performance checks on PRs #5

Merged
merged 1 commit into from
Jun 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Now let's see how to add your tests to the generated benchmark graphs and also a

## Add new benchmarks to generated graphs.

All benchmarks can be added to these graphs to keep track of the performance evolution on different parts of the code. This is done adding new lines on [gobenchdata-web.yml](./gobenchdata-web.yml)
All benchmarks can be added to these graphs to keep track of the performance evolution on different parts of the code. This is done adding new lines on [gobenchdata-web.yml](https://github.com/gnolang/benchmarks/blob/gh-pages/gobenchdata-web.yml)

Things to take into account:

Expand Down
49 changes: 0 additions & 49 deletions .benchmarks/gobenchdata-web.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ jobs:
INPUT_PUBLISH_REPO: ajnavarro/gno-benchmarks #TODO: change to gnolang when ready
INPUT_PUBLISH_BRANCH: gh-pages
INPUT_BENCHMARKS_OUT: benchmarks.json
INPUT_GIT_COMMIT_MESSAGE: "add new benchmark run"
INPUT_CHECKS: ${{ !inputs.publish }}
INPUT_CHECKS_CONFIG: .benchmarks/gobenchdata-checks.yml