File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 - name : 运行性能测试
4848 run : |
4949 # 串行执行所有客户端数量的测试
50- for client_count in 1 8 128 1024; do
50+ for client_count in 1 8 16 64 128 1024 2048 ; do
5151 echo "Running Redisun vs Redisson vs Jedis vs Lettuce benchmark tests with ${client_count} clients..."
5252
5353 for framework in Redisun Redisson Jedis Lettuce; do
7474 echo "| 客户端数量 | Redisun耗时 | Redisson耗时 | Jedis耗时 | Lettuce耗时 | Redisun OPS | Redisson OPS | Jedis OPS | Lettuce OPS |" >> benchmark-report.md
7575 echo "|------------|-------------|--------------|-----------|-------------|-------------|--------------|-----------|-------------|" >> benchmark-report.md
7676 # 遍历所有客户端数量提取结果
77- for client_count in 1 8 128 1024; do
77+ for client_count in 1 8 16 64 128 1024 2048 ; do
7878 echo -n "|${client_count}|" >> benchmark-report.md
7979
8080 # 耗时
You can’t perform that action at this time.
0 commit comments