Rename test/unit/decay -> test/unit/arena_decay.

This is really more of an end-to-end test at the arena level; it's not just of
the decay code in particular any more.
This commit is contained in:
David Goldblatt 2020-03-10 08:46:47 -07:00 committed by David Goldblatt
parent d1d7e1076b
commit bf55e58e63
3 changed files with 1 additions and 1 deletions

3
test/unit/arena_decay.sh Normal file
View file

@ -0,0 +1,3 @@
#!/bin/sh
export MALLOC_CONF="dirty_decay_ms:1000,muzzy_decay_ms:1000,lg_tcache_max:0"