]> Nishi Git Mirror - gwion.git/commitdiff
benchmark
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Thu, 16 Jan 2020 23:11:29 +0000 (00:11 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Thu, 16 Jan 2020 23:11:29 +0000 (00:11 +0100)
.github/workflows/build.yml

index 252cac13bd02428a6b4b4527fa8a0bc8c73dd4b8..01b483a87f2b182cf940ad7e51bf56d78923779c 100644 (file)
@@ -26,6 +26,10 @@ jobs:
         git submodule update --init util ast
         make
 
+    - name: Benchmark
+      run: |
+        bash scripts/benchmark.sh
+
     - name: MdBook
       uses: peaceiris/actions-mdbook@v1
       with: