From 93ef71db793ae36b12b0e9e6e08d1b4e9566b498 Mon Sep 17 00:00:00 2001 From: Yadong Ding Date: Fri, 1 Dec 2023 17:26:06 +0800 Subject: [PATCH] =?UTF-8?q?action=EF=BC=9Ause=20more=20images=20in=20bench?= =?UTF-8?q?mark?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Include: - python:3.10.7 - golang:1.19.3 - ruby:3.1.3 - amazoncorretto:8-al2022-jdk Signed-off-by: Yadong Ding --- .github/workflows/benchmark.yml | 46 ++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 2fc1cc9b8c9..c6aa0eb459e 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -75,6 +75,14 @@ jobs: tag: 6.1.1 - image: node tag: 19.8 + - image: python + tag: 3.10.7 + - image: golang + tag: 1.19.3 + - image: ruby + tag: 3.1.3 + - image: amazoncorretto + tag: 8-al2022-jdk steps: - name: Checkout uses: actions/checkout@v3 @@ -113,6 +121,14 @@ jobs: tag: 6.1.1 - image: node tag: 19.8 + - image: python + tag: 3.10.7 + - image: golang + tag: 1.19.3 + - image: ruby + tag: 3.1.3 + - image: amazoncorretto + tag: 8-al2022-jdk steps: - name: Checkout uses: actions/checkout@v3 @@ -151,6 +167,14 @@ jobs: tag: 6.1.1 - image: node tag: 19.8 + - image: python + tag: 3.10.7 + - image: golang + tag: 1.19.3 + - image: ruby + tag: 3.1.3 + - image: amazoncorretto + tag: 8-al2022-jdk steps: - name: Checkout uses: actions/checkout@v3 @@ -189,6 +213,14 @@ jobs: tag: 6.1.1 - image: node tag: 19.8 + - image: python + tag: 3.10.7 + - image: golang + tag: 1.19.3 + - image: ruby + tag: 3.1.3 + - image: amazoncorretto + tag: 8-al2022-jdk steps: - name: Checkout uses: actions/checkout@v3 @@ -216,9 +248,21 @@ jobs: "wordpress") echo "### workload: wait the 80 port response" > $GITHUB_STEP_SUMMARY ;; - "node") + "node") echo "### workload: node index.js; wait the 80 port response" > $GITHUB_STEP_SUMMARY ;; + "python") + echo "### workload: python -c 'print("hello")'" > $GITHUB_STEP_SUMMARY + ;; + "golang") + echo "### workload: go run main.go" > $GITHUB_STEP_SUMMARY + ;; + "ruby") + echo "### workload: ruby -e "puts \"hello\""" > $GITHUB_STEP_SUMMARY + ;; + "amazoncorretto") + echo "### workload: javac Main.java; java Main" > $GITHUB_STEP_SUMMARY + ;; esac cd benchmark-result metric_files=(