This message was deleted.
# report-bugs
s
This message was deleted.
b
message has been deleted
I'd expect
gt dp
to always be instant since it has very little to do.
gt version is
0.20.19
Oooh, so it looks like the brew version is slow, but installing with npm is faster. No idea why this'd be though... I'm unblocked now, after running:
Copy code
brew remove withgraphite/tap/graphite;
npm install -g @withgraphite/graphite-cli
d
that is weird! cc @Jacob Gold who is OOO but might have thoughts when he's back next week!
ty 1
j
hmmmm, this isn't great — we switched to using
pkg
to create a binary for the brew version recently and I hope that's not the cause. I'll investigate
b
I just posted about some similarly weird automerge behavior which might be related
d
i tried it on my machine btw, and the brew version is definitely slower as reported
😮 1
b
Wow, thank you for trying that. I was worried I was imagining things!
d
nope! for now can you switch to the
npm
version?
b
yup, I'm on it now and my world is happier
j
😕 my world is unhappy though, I hope this doesn't mean that
pkg
is a dead end. Thanks for flagging this!
😿 1
b
oh no Jacob 😞 😞
no obligation of course, but I'd be super curious for a readout about why if you figure it out
j
So I'm not 100% sure why this was only happening for you with the brew version, because I've done some testing and I'm seeing about the same speeds on both the live npm and brew versions at the moment for
time gt ls
— but there were some issues affecting perf that I've found and that I'll be pushing a release to fix. We'll leave
pkg
in place on brew for now and see how that goes.
Still working on our release process since we moved development into our monorepo, but it should be in your hands by the weekend!
❤️ 1
b
Thank you for the followup!
j
Should be the final followup here – I realized that the reason the brew version was much slower is because we were building an x64 binary and distributing that to all macos users — as of v0.22.1 we now build both an x64 and arm64 binary and brew chooses the correct one to install depending on your CPU architecture, which should resolve the last vestige of any pkg-related slowness
🎉 1
1