Skip to content

Commit

Permalink
No profiling
Browse files Browse the repository at this point in the history
  • Loading branch information
Shimuuar committed Oct 20, 2020
1 parent a4e2b8e commit e1f3e0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hschain-utxo-pow-node/tests/mining-consensus/run-pow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
set -e
#trap 'echo TRAP; pkill -P $$' SIGINT SIGTERM

cabal new-build hschain-utxo-pow-node --enable-profiling --enable-library-profiling
cabal new-build hschain-utxo-pow-node
#--enable-profiling --enable-library-profiling
echo ====
export PK1='"FPY3TBv4c4gKkTsWH68wUAUrXvaLnJnWsDEwhHqotE4T"'
cabal new-exec -- hschain-utxo-pow-node-app node -c pow/node1-1.yaml --secret-env-var PK1 # +RTS -xc

0 comments on commit e1f3e0a

Please sign in to comment.