Documentation
¶
Overview ¶
*
- 大转盘程序
- curl http://localhost:8080/
- curl http://localhost:8080/debug
- curl http://localhost:8080/prize
- 固定几个奖品,不同的中奖概率或者总数量限制
- 每一次转动抽奖,后端计算出这次抽奖的中奖情况,并返回对应的奖品信息 *
- 线程不安全,因为获奖概率低,并发更新库存的冲突很少能出现,不容易发现线程安全性问题
- 压力测试:
- wrk -t10 -c100 -d5 "http://localhost:8080/prize"
Click to show internal directories.
Click to hide internal directories.