Skip to content

Commit

Permalink
workload を 8 に 18968
Browse files Browse the repository at this point in the history
  • Loading branch information
mickamy committed Jan 2, 2024
1 parent 36a4397 commit e56f3c0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bench-with-db-init: up
docker exec -i ishocon2-bench-1 sh -c " \
service mysql restart \
&& tar -jxvf /root/admin/ishocon2.dump.tar.bz2 && mysql -u root -pishocon ishocon2 < /root/admin/ishocon2.dump \
&& ./benchmark --ip app:443 --workload 6 \
&& ./benchmark --ip app:443 --workload 8 \
";

change-lang:
Expand Down
15 changes: 15 additions & 0 deletions note.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,3 +468,18 @@ docker exec -i ishocon2-bench-1 sh -c "./benchmark --ip app:443 --workload 6"
2024/01/02 08:51:43 {"score": 20122, "success": 17186, "failure": 0}
```

- workload を 8 に 18968

```
❯ make bench
docker exec -i ishocon2-bench-1 sh -c "./benchmark --ip app:443 --workload 6"
2024/01/02 09:10:56 Start GET /initialize
2024/01/02 09:10:56 期日前投票を開始します
2024/01/02 09:10:57 期日前投票が終了しました
2024/01/02 09:10:57 投票を開始します Workload: 6
2024/01/02 09:11:43 投票が終了しました
2024/01/02 09:11:43 投票者が結果を確認しています
2024/01/02 09:12:13 投票者の感心がなくなりました
2024/01/02 09:12:13 {"score": 18968, "success": 16184, "failure": 0}
```

0 comments on commit e56f3c0

Please sign in to comment.