• M
    Exclude StackableDB from transaction stress tests (#4132) · 537a2339
    Maysam Yabandeh 提交于
    Summary:
    The transactions are currently tested with and without using StackableDB. This is mostly to check that the code path is consistent with stackable db as well. Slow, stress tests however do not benefit from being run again with StackableDB. The patch excludes StackableDB from such tests.
    On a single core it reduced the runtime of transaction_test from 199s to 135s.
    Pull Request resolved: https://github.com/facebook/rocksdb/pull/4132
    
    Differential Revision: D8841655
    
    Pulled By: maysamyabandeh
    
    fbshipit-source-id: 7b9aaba2673b542b195439dfb306cef26bd63b19
    537a2339
Makefile 64.7 KB