From 62cdd6c277e65b1084d215a43cf47ee447f3d33c Mon Sep 17 00:00:00 2001 From: dalance Date: Mon, 11 Nov 2019 15:19:19 +0900 Subject: [PATCH] Fix benchmark --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index e085ca3..c12ca82 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -23,7 +23,7 @@ jobs: - name: Checkout uses: actions/checkout@v1 - name: Run benchmark - run: cargo +nightly test | tee output.txt + run: cargo +nightly bench | tee output.txt - name: Fetch gh-pages for avoiding conflict run: git fetch 'https://dalance:${{ secrets.GITHUB_TOKEN }}@github.com/dalance/sv-parser.git' gh-pages:gh-pages - name: Store benchmark result