Home
last modified time | relevance | path

Searched refs:stress (Results 1 – 15 of 15) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/
H A D.gitignore65 /test/stress/[A-Za-z]*
66 !/test/stress/[A-Za-z]*.*
67 /test/stress/*.[od]
68 /test/stress/*.out
H A DMakefile.in236 TESTS_STRESS := $(srcroot)test/stress/microbench.c
254 C_TESTLIB_STRESS_OBJS := $(C_TESTLIB_SRCS:$(srcroot)%.c=$(objroot)%.stress.$(O))
321 $(C_TESTLIB_STRESS_OBJS): $(objroot)test/src/%.stress.$(O): $(srcroot)test/src/%.c
409 $(objroot)test/stress/%$(EXE): $(objroot)test/stress/%.$(O) $(C_JET_OBJS) $(C_TESTLIB_STRESS_OBJS) …
482 @mkdir -p $(objroot)test/stress
497 stress: tests_stress stress_dir
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/
H A DMakefile.am1 SUBDIRS = functional perf stress subdir
/f-stack/app/redis-5.0.5/utils/hashtable/
H A DREADME6 Visually show buckets in the two hash tables between rehashings. Also stress
/f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/
H A Djemalloc_test.h.in86 * For stress tests, expose the public jemalloc interfaces with name mangling
88 * public jemalloc interfaces with jet_ prefixes, so that stress tests can use
/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dlist-3.tcl98 test {ziplist implementation: encoding stress testing} {
H A Dset.tcl567 test {intsets implementation stress testing} {
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dpacket_ordering.rst8 It's meant to stress the library with different configurations for performance.
/f-stack/app/redis-5.0.5/tests/unit/
H A Dhyperloglog.tcl62 test {HyperLogLog sparse encoding stress test} {
H A Ddump.tcl308 test {MIGRATE with multiple keys: stress command rewriting} {
/f-stack/app/redis-5.0.5/src/
H A Dziplist.c1289 static void stress(int pos, int num, int maxsize, int dnum) { in stress() function
1926 stress(ZIPLIST_HEAD,100000,16384,256); in ziplistTest()
1927 stress(ZIPLIST_TAIL,100000,16384,256); in ziplistTest()
/f-stack/freebsd/contrib/openzfs/
H A Dconfigure.ac409 tests/zfs-tests/tests/stress/Makefile
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_16_04.rst340 under stress with traffic, which might result in application launch
/f-stack/app/redis-5.0.5/
H A DREADME.md11 * Implementation of data structures stress on memory efficiency, so data structures inside Redis wi…
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib2166 # this in the stress tests instead of STF_TIMEOUT so that we can have processes
2168 # would be listed as FAIL, which we don't want : we're happy with stress tests
2184 log_note "Killing child processes after ${TIMEOUT} stress timeout."