File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ compare bench='.' p='1' benchtime='1s' count='1' output='./report/benchmark-outp
19
19
just run {{ bench}} {{ p}} {{ benchtime}} {{ count}} ' ./report/benchmark-output-local.txt'
20
20
rm -f ./ report/ benchmark-output-main.txt
21
21
git clone --depth 1 -b main https:// github.com/ formancehq/ ledger {{ tmpdir}}
22
- cd {{ tmpdir}} / test/ performance && just run {{ bench}} {{ p}} {{ benchtime}} {{ count}} ' ../../../ report/benchmark-output-main.txt'
22
+ location=$(pwd) && cd {{ tmpdir}} / test/ performance && just run {{ bench}} {{ p}} {{ benchtime}} {{ count}} $location / report/ benchmark-output-main.txt
23
23
benchstat ./ report/ benchmark-output-main.txt ./ report/ benchmark-output-local.txt > ./ report/ benchmark-comparison.txt || true
24
24
25
25
graphs :
You can’t perform that action at this time.
0 commit comments