From 58a294f51fa55a205a1eeb235f110898b40cda5b Mon Sep 17 00:00:00 2001 From: Antonio Navarro Perez Date: Thu, 15 Jun 2023 16:04:42 +0200 Subject: [PATCH] Move web config to benchmark repository Signed-off-by: Antonio Navarro Perez --- .benchmarks/README.md | 2 +- .benchmarks/gobenchdata-web.yml | 49 --------------------------------- .github/workflows/benchmark.yml | 1 - 3 files changed, 1 insertion(+), 51 deletions(-) delete mode 100644 .benchmarks/gobenchdata-web.yml diff --git a/.benchmarks/README.md b/.benchmarks/README.md index 63dbc659d8e..cb6a6e519a7 100644 --- a/.benchmarks/README.md +++ b/.benchmarks/README.md @@ -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: diff --git a/.benchmarks/gobenchdata-web.yml b/.benchmarks/gobenchdata-web.yml deleted file mode 100644 index ab19b9ac9c1..00000000000 --- a/.benchmarks/gobenchdata-web.yml +++ /dev/null @@ -1,49 +0,0 @@ -title: Gno Benchmarks -description: Benchmarks for github.com/gnolang/gno repository -repository: https://github.com/bobheadxi/gobenchdata -benchmarksFile: benchmarks.json -chartGroups: - - name: VM Benchmarks - description: | - Benchmarks testing Gno VM - charts: - - name: Type assertion benchmarks - benchmarks: [ 'TypeAssertion.' ] - package: github.com\/gnolang\/gno\/gnovm\/pkg\/gnolang - - name: Reflect benchmarks - benchmarks: [ 'Reflect.' ] - package: github.com\/gnolang\/gno\/gnovm\/pkg\/gnolang - - name: Equality benchmarks - benchmarks: [ '.Equality' ] - package: github.com\/gnolang\/gno\/gnovm\/pkg\/gnolang - - name: LoopyMain benchmarks - benchmarks: [ '.LoopyMain' ] - package: github.com\/gnolang\/gno\/gnovm\/pkg\/gnolang - - name: Tendermint V2 - description: | - Tendermint V2 Benchmarks - charts: - - name: Mempool - package: ^github.com/gnolang/gno/tm2/pkg/bft/mempool$ - - name: State - package: ^github.com/gnolang/gno/tm2/pkg/bft/state$ - - name: Types - package: ^github.com/gnolang/gno/tm2/pkg/bft/types$ - - name: WAL - package: ^github.com/gnolang/gno/tm2/pkg/bft/wal$ - - name: Bcrypt - package: ^github.com/gnolang/gno/tm2/pkg/crypto/bcrypt$ - - name: ed25519 - package: ^github.com/gnolang/gno/tm2/pkg/crypto/ed25519$ - - name: Merkle - package: ^github.com/gnolang/gno/tm2/pkg/crypto/merkle$ - - name: secp256k1 - package: ^github.com/gnolang/gno/tm2/pkg/crypto/secp256k1$ - - name: iavl - package: ^github.com/gnolang/gno/tm2/pkg/iavl. - - name: random - package: ^github.com/gnolang/gno/tm2/pkg/random$ - - name: auth - package: ^github.com/gnolang/gno/tm2/pkg/sdk/auth$ - - name: cache - package: ^github.com/gnolang/gno/tm2/pkg/store/cache$ diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 0dbacf47bc9..1831a610a1f 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -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 \ No newline at end of file