Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix perf context test (rust-rocksdb#321)
Fixing perf context test failure with `cargo test -- --test_threads=1`. The test assume default perf level is `PerfLevel::EnableCount`, which apparently will affected by other tests. Tested by running `cargo test -- --test_threads=1`. Closing rust-rocksdb#318 Signed-off-by: Yi Wu <yiwu@pingcap.com>
- Loading branch information