Skip to content

Commit

Permalink
test workflow updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian committed Aug 28, 2023
1 parent 7a91c78 commit 87d05a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
# overwrite polkadot-parachain and moonbeam
cp ../../bin/* ./bin
./build.sh
echo "ink=$(./run.sh -- ink-wasm erc20 --instance-count 1 --call-count 10 | grep -E '^\d{4}: PoV')" > $GITHUB_OUTPUT
echo "sol=$(./run.sh -- sol-wasm erc20 --instance-count 1 --call-count 10 | grep -E '^\d{4}: PoV')" > $GITHUB_OUTPUT
echo "evm=$(./run.sh -- evm erc20 --instance-count 1 --call-count 10 | grep -E '^\d{4}: PoV')" > $GITHUB_OUTPUT
echo "ink=$(./run.sh -- ink-wasm erc20 --instance-count 1 --call-count 10 | grep -E '^\d{4}: PoV')" >> $GITHUB_OUTPUT
echo "sol=$(./run.sh -- sol-wasm erc20 --instance-count 1 --call-count 10 | grep -E '^\d{4}: PoV')" >> $GITHUB_OUTPUT
echo "evm=$(./run.sh -- evm erc20 --instance-count 1 --call-count 10 | grep -E '^\d{4}: PoV')" >> $GITHUB_OUTPUT
- name: Extract benchmark lines
id: extract
Expand Down

0 comments on commit 87d05a5

Please sign in to comment.