-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
Currently the CI takes around 90min to run: this is a bit excessive. Here is what we could do to reduce a bit this number:
- Change the parameters for the
redis
benchmark:SYSMALLOC=1 /__w/mimalloc-bench/mimalloc-bench/extern/redis-6.2.6/src/redis-benchmark -r 1000000 -n 1000000 -q -P 16 lpush a 1 2 3 4 5 lrange a 1 5
takes around a full minute, given that we have ~16 allocators, it adds up rapidly.- Done in 410f665
Lean
takes around 1-3 minutes per allocator, and is unmaintained. Shall we try to move to lean4 ?
Metadata
Metadata
Assignees
Labels
No labels