Skip to content

Commit 5378b93

Browse files
perf: run only with basic vshard
The current state of perf tests is to compare different crud setups rather than different sharding setups. Current matrix info here is not explored by anyone for now, but it makes perf tests three times longer (five times longer with new updates). Since each perf job is already longer than one hour on CI, I decided to reduce the matrix here to the most basic case.
1 parent f5abe7a commit 5378b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/performance/perf_test.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ local t = require('luatest')
1010

1111
local helpers = require('test.helper')
1212

13-
local g = t.group('perf', helpers.backend_matrix())
13+
local g = t.group('perf', {{backend = helpers.backend.VSHARD}})
1414

1515
local id = 0
1616
local function gen()

0 commit comments

Comments
 (0)