-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Abdullah Al Raqibul Islam edited this page Mar 5, 2020
·
1 revision
Welcome to the pmemids_bench wiki!
- Under ycsbc namespace, create a new class derived from class StoredsBase.
- In your class, implement your necessary methods that you like to test.
- Register your class in the cpp file "storeds_db_factory" (as we have done).
- Follow the "Build & Run" section from readme to test your implementation.