From e56f3c0eacceb9c59d7baec35fed80b3a55bbf9e Mon Sep 17 00:00:00 2001 From: mickamy Date: Tue, 2 Jan 2024 18:12:34 +0900 Subject: [PATCH] =?UTF-8?q?workload=20=E3=82=92=208=20=E3=81=AB=2018968?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- note.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 40c2adb5..c981b35a 100644 --- a/Makefile +++ b/Makefile @@ -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: diff --git a/note.md b/note.md index e9a1aba8..35dd4221 100644 --- a/note.md +++ b/note.md @@ -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} +``` +