daanx / mimalloc-bench

Suite for benchmarking malloc implementations.
MIT License
373 stars 53 forks source link

Move all _big and _small tests to one file, and specify separate build #161

Closed mxms0 closed 2 years ago

mxms0 commented 2 years ago

Merged _big and _small tests - now just create two separate build targets via CMake.

Also generalize some things into common.h, so that it's easier to adjust the diagnostics in the future. I suspect we'll eventually want NOT_CAUGHT to report which test it came from and which allocation size it attempted.

mjp41 commented 2 years ago

Sorry was on holiday. LGTM

jvoisin commented 2 years ago

Don't apologise for being on holidays! We're a couple of people with the commit bit, everything is ok :)