vector icon indicating copy to clipboard operation
vector copied to clipboard

Run benchmarks against musl

Open jszwedko opened this issue 3 years ago • 1 comments

We should expand the CI benchmark job to run using musl as well to compare with glibc performance as Luke mentioned we saw differences here before with the allocator. We are also curious if musl performance ever becomes comparable with glibc performance for us and we can drop the glibc builds.

jszwedko avatar Dec 04 '20 20:12 jszwedko

I started with this, and pretty quickly hit the complication: benches are not adopted for our cross-compilation machinery, and it will take some extra steps to make them work right (not too much though). The alternative - going around our currently existing cross-compilation machinery - doesn't seem very productive, as we'll be reinventing the wheel.

Due to this, I'm bumping the estimate for this task.

MOZGIII avatar Jan 26 '21 14:01 MOZGIII

Closing since the benchmark workflow was deleted. Ref #6829

bruceg avatar Dec 01 '22 23:12 bruceg

I actually think this one is still relevant as something we could do with the new regression suite (same with benchmarking different architectures and thread counts).

jszwedko avatar Dec 02 '22 00:12 jszwedko