From d8fc60afe63bf64837f128362239605c04922fd2 Mon Sep 17 00:00:00 2001 From: Diego Dupin Date: Wed, 23 Apr 2025 15:01:05 +0200 Subject: [PATCH] only run benchmark on the master branch to speed up tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5e2366d..c2f0d3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,6 +42,7 @@ jobs: name: "CS 10.11 - node.js 22" node_js: 22 - stage: Benchmarks + if: branch = master env: srv=mariadb v=10.11 BENCH=1 local=1 name: "Benchmarks"