-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f951faa
commit 3b6366f
Showing
9 changed files
with
48 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: Degradation test | ||
|
||
on: | ||
push: | ||
branches: | ||
- "**" | ||
|
||
jobs: | ||
align: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v3 | ||
|
||
- name: Set up Go | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: "1.20.x" | ||
|
||
- name: Tidy up dependencies | ||
run: go mod tidy | ||
|
||
- name: Install yq | ||
run: sudo snap install yq | ||
|
||
- name: Build degradation tester tool | ||
run: | | ||
cd ./scripts/degradation-tester | ||
go install . | ||
- name: Run performance tests | ||
run: | | ||
make degradation-tester | ||
env: | ||
GO111MODULE: on |
This file was deleted.
Oops, something went wrong.
86 changes: 0 additions & 86 deletions
86
scripts/degradation-tester/benchmarks/types_results_new.txt
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
scripts/degradation-tester/benchmarks/validation_benchstat.txt
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
scripts/degradation-tester/benchmarks/validation_results_new.txt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters