# redis-pmem-competition **Repository Path**: paradigm4/redis-pmem-competition ## Basic Information - **Project Name**: redis-pmem-competition - **Description**: Test Scripts for Pmem Competition - Evaluation Track - Redis - **Primary Language**: Shell - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-29 - **Last Updated**: 2021-06-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. # go to the workdir for Redis $ cd /workdir/redis 2. # run original version of Redis $ sh test_dram.sh (default:100) 3. # print the benchmarking result of original Redis $ cat result/result_redis_dram 4. # run the pmem-optimized version of Redis $ sh test_pmem.sh (default:100) 5. # print the benchmarking result of pmem-based Redis $ cat result/result_redis_pmem