occlum/demos/redis
Zheng, Qi 09b79083b2 Update redis demo with copy_bom tool
Signed-off-by: Zheng, Qi <huaiqing.zq@antgroup.com>
2021-09-26 15:36:09 +08:00
..
benchmark_glibc.sh Add the redis demo 2021-03-12 14:31:52 +08:00
benchmark.sh Update redis demo with copy_bom tool 2021-09-26 15:36:09 +08:00
download_and_build_redis_glibc.sh Add the redis demo 2021-03-12 14:31:52 +08:00
download_and_build_redis.sh Update redis demo with copy_bom tool 2021-09-26 15:36:09 +08:00
README.txt Polish some documents 2021-04-01 12:32:58 +08:00
redis_glibc.yaml Update redis demo with copy_bom tool 2021-09-26 15:36:09 +08:00
redis.yaml Update redis demo with copy_bom tool 2021-09-26 15:36:09 +08:00
run_occlum_redis_glibc.sh Update redis demo with copy_bom tool 2021-09-26 15:36:09 +08:00
run_occlum_redis.sh Update redis demo with copy_bom tool 2021-09-26 15:36:09 +08:00

1. Download and build
   occlum-gcc:
      ./download_and_build_redis.sh
   glibc:
      ./download_and_build_redis_glibc.sh

2. Run redis
   occlum-gcc:
      ./run_occlum_redis.sh
   glibc:
      ./run_occlum_redis_glibc.sh

3. Benchmark
   occlum-gcc:
      ./benchmark.sh
   glibc:
      ./benchmark_glibc.sh