Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
sudo lxc file pull test/home/ubuntu/bypass4netns/benchmark/${{ matrix.script }}-wo-b4ns-direct.log /tmp/benchmark-results/.
sudo lxc file pull test/home/ubuntu/bypass4netns/benchmark/${{ matrix.script }}-wo-b4ns-host.log /tmp/benchmark-results/.
sudo lxc file pull test/home/ubuntu/bypass4netns/benchmark/${{ matrix.script }}-w-b4ns.log /tmp/benchmark-results/.
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: steps.get_plot.conclusion == 'success'
with:
name: benchmark-results
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
cp benchmark/${{ matrix.script }}-multinode-rootful.log /tmp/benchmark-results/.
cp benchmark/${{ matrix.script }}-multinode-wo-b4ns.log /tmp/benchmark-results/.
cp benchmark/${{ matrix.script }}-multinode-w-b4ns.log /tmp/benchmark-results/.
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: benchmark-results
path: /tmp/benchmark-results
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
- run: python3 benchmark/etcd/etcd_plot.py etcd-multinode-rootful.log etcd-multinode-wo-b4ns.log etcd-multinode-w-b4ns.log /tmp/benchmark-plots/etcd-multinode.png
- run: python3 benchmark/mysql/mysql_plot.py mysql-rootful-direct.log mysql-rootful-host.log mysql-wo-b4ns-direct.log mysql-wo-b4ns-host.log mysql-w-b4ns.log /tmp/benchmark-plots/mysql.png
- run: python3 benchmark/mysql/mysql_plot.py mysql-multinode-rootful.log mysql-multinode-wo-b4ns.log mysql-multinode-w-b4ns.log /tmp/benchmark-plots/mysql-multinode.png
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: benchmark-plots
path: /tmp/benchmark-plots
Expand Down