Skip to content

Commit efde272

Browse files
committed
x
1 parent 491f0cd commit efde272

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

run.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#! /bin/bash
22

3-
CPUPROFILE = "~/data/profiles/b.prof"
4-
53
pushd /scratch/neha/bitcoindir &&
64
if [ "$(pwd)" == '/scratch/neha/bitcoindir' ];
75
then
86
git reset --hard && git clean -f -d
97
fi
108
popd
119

12-
#LD_PRELOAD="/usr/lib/libprofiler.so" CPUPROFILE=$(CPUPROFILE) src/bitcoind -simulation -datadir=/scratch/neha/bitcoindir -simdatadir=/scratch/simdata -start=20160630 -end=20160701 -loadmempool=0 -disablewallet -debug=bench
10+
LD_PRELOAD="/usr/lib/libprofiler.so"
11+
CPUPROFILE="~/data/profiles/b.prof"
12+
src/bitcoind -simulation -datadir=/scratch/neha/bitcoindir -simdatadir=/scratch/simdata -start=20160630 -end=20160701 -loadmempool=0 -disablewallet -debug=bench

0 commit comments

Comments
 (0)