Skip to content

Commit

Permalink
perf: run only with basic vshard
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
DifferentialOrange committed Jan 11, 2024
1 parent f5abe7a commit 5378b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/performance/perf_test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ local t = require('luatest')

local helpers = require('test.helper')

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

local id = 0
local function gen()
Expand Down

0 comments on commit 5378b93

Please sign in to comment.