test: add test case for performance

This commit is contained in:
Nick Peng
2023-03-19 14:26:46 +08:00
parent 455dca9ae4
commit aa6f6fd519
10 changed files with 307 additions and 55 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- name: prepare
run: |
sudo apt update
sudo apt install libgtest-dev
sudo apt install libgtest-dev dnsperf
- name: make
run: |
make all -j4