Skip to content
Snippets Groups Projects
Commit 72dd9324 authored by Sergey Kaplun's avatar Sergey Kaplun Committed by Sergey Ostanevich
Browse files

perf: rename subtests in column_scan

This patch renames subtests in column scan to avoid the usage of `,`
(the separator) in the tag name for the InfluxDB report.

NO_DOC=perf test
NO_CHANGELOG=perf test
NO_TEST=perf test
parent cd54f50a
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ end
local TESTS = {
{
name = 'sum,first',
name = 'sum_first',
func = function()
local result = test_funcs.sum(box.space.test.id, 0, 0)
local row_count = ffi.cast('uint64_t', params.row_count)
......@@ -141,7 +141,7 @@ local TESTS = {
end,
},
{
name = 'sum,last',
name = 'sum_last',
func = function()
local result = test_funcs.sum(box.space.test.id, 0,
params.column_count - 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment