Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions
Varun Srinivasan
@v
Did some benchmarks with Bun on the Hubble codebase. The tl;dr is that it made a huge improvement to package install speed, but no material changes to building or test running. Benchmark 1: Installing packages with a lockfile in offline mode Bun is 8x faster
3 replies
1 recast
20 reactions
Varun Srinivasan
@v
Benchmark 2: Building the project without cache A good chunk of this step is typescript and rust compilation, so expected that bun made little to no difference Bun is the same as yarn
1 reply
0 recast
0 reaction
Varun Srinivasan
@v
Benchmark 3: Running tests with cache and without cache Bun is very marginally faster than yarn. This one was surprising, I wonder if there is something in our pipeline that is the cause.
1 reply
0 recast
1 reaction