Skip to content

Commit

Permalink
action: add node:19.8 in benchmark
Browse files Browse the repository at this point in the history
Signed-off-by: Yadong Ding <ding_yadong@foxmail.com>
  • Loading branch information
Desiki-high committed Dec 1, 2023
1 parent e7b358f commit d762127
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
include:
- image: wordpress
tag: 6.1.1
- image: node
tag: 19.8
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -109,6 +111,8 @@ jobs:
include:
- image: wordpress
tag: 6.1.1
- image: node
tag: 19.8
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -145,6 +149,8 @@ jobs:
include:
- image: wordpress
tag: 6.1.1
- image: node
tag: 19.8
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -181,6 +187,8 @@ jobs:
include:
- image: wordpress
tag: 6.1.1
- image: node
tag: 19.8
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -208,6 +216,9 @@ jobs:
"wordpress")
echo "### workload: wait the 80 port response" > $GITHUB_STEP_SUMMARY
;;
"node")
echo "### workload: node index.js; wait the 80 port response" > $GITHUB_STEP_SUMMARY
;;
esac
cd benchmark-result
metric_files=(
Expand Down

0 comments on commit d762127

Please sign in to comment.