Skip to content

Commit

Permalink
fix(just): enable execute permissions over virto-node
Browse files Browse the repository at this point in the history
  • Loading branch information
pandres95 committed Mar 17, 2024
1 parent 9c560ff commit df034d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 199 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
name: ${{ github.run_number }}-virto-node
path: ./target/release
- run: |
just benchmark pallet_payments
just benchmarks
- uses: actions/upload-artifact@v3
with:
name: ${{ github.run_id }}-weight-files
Expand Down
5 changes: 4 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,12 @@ build-local features="":
benchmarks:
# TODO: build benchmarks for every pallet that's currently within the runtime as
# a dependency
mkdir .benchmarking-logs
chmod +x ./target/release/virto-node

just benchmark pallet_payments

benchmark pallet="" extrinsic="*":
mkdir .benchmarking-logs
touch .benchmarking-logs/{{pallet}}.txt
./target/release/virto-node benchmark pallet \
--chain kreivo-local \
Expand Down
197 changes: 0 additions & 197 deletions runtime/kreivo/src/weights/pallet_payments.rs

This file was deleted.

0 comments on commit df034d6

Please sign in to comment.