Skip to content
Abdullah Al Raqibul Islam edited this page Mar 5, 2020 · 1 revision

Welcome to the pmemids_bench wiki!

How to add new data structures

  1. Under ycsbc namespace, create a new class derived from class StoredsBase.
  2. In your class, implement your necessary methods that you like to test.
  3. Register your class in the cpp file "storeds_db_factory" (as we have done).
  4. Follow the "Build & Run" section from readme to test your implementation.
Clone this wiki locally