Skip to content

Commit ef2b31e

Browse files
author
prajwal.kirankumar
committed
Modify some eventing tests
Change-Id: I42c6be764f372bbd4657f02b3271f07363998bcd Reviewed-on: http://review.couchbase.org/c/perfrunner/+/148853 Tested-by: Build Bot <[email protected]> Reviewed-by: Jyotsna <[email protected]>
1 parent 292d412 commit ef2b31e

6 files changed

+8
-8
lines changed

tests/eventing/throughput100M_incr_ctrop_0cont_src_bkt_mut.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[test_case]
2-
test = perfrunner.tests.eventing.FunctionsThroughputTest
2+
test = perfrunner.tests.eventing.FunctionsPillowfightThroughputTest
33

44
[showfast]
55
title = Functions executed/sec, 1 bucket x 100M x 1KB, 4KV + 1Eventing node, Counter Increment 0%% Contention Source bkt mutation

tests/eventing/throughput100M_incr_ctrop_0cont_src_bkt_mut_1s_1c.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[test_case]
2-
test = perfrunner.tests.eventing.FunctionsThroughputTest
2+
test = perfrunner.tests.eventing.FunctionsPillowfightThroughputTest
33

44
[showfast]
55
title = Functions executed/sec, 1 bucket x 100M x 1KB, 4KV + 1Eventing node, Counter Increment 0%% Contention Source bkt mutation, s=1, c=1

tests/eventing/throughput100M_fun_bktop_src_bkt_mut.test renamed to tests/eventing/throughput80M_fun_bktop_src_bkt_mut.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
test = perfrunner.tests.eventing.FunctionsThroughputTest
33

44
[showfast]
5-
title = Functions executed/sec, 1 bucket x 100M x 1KB, 4KV + 1Eventing node, single function-BucketOp Source bkt mutation
5+
title = Functions executed/sec, 1 bucket x 80M x 1KB, 4KV + 1Eventing node, single function-BucketOp Source bkt mutation
66
component = eventing
77
category = thr
88
sub_category = Function

tests/eventing/throughput100M_fun_bktop_src_bkt_mut_1s_1c.test renamed to tests/eventing/throughput80M_fun_bktop_src_bkt_mut_1s_1c.test

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
test = perfrunner.tests.eventing.FunctionsThroughputTest
33

44
[showfast]
5-
title = Functions executed/sec, 1 bucket x 100M x 1KB, 4KV + 1Eventing node, single function-BucketOp Source bkt mutation, s=1, c=1
5+
title = Functions executed/sec, 1 bucket x 80M x 1KB, 4KV + 1Eventing node, single function-BucketOp Source bkt mutation, s=1, c=1
66
component = eventing
77
category = thr
88
sub_category = Function
@@ -32,7 +32,7 @@ db_percentage = 100
3232
view_percentage = 100
3333

3434
[load]
35-
items = 100000000
35+
items = 80000000
3636
size = 1024
3737
workers = 100
3838

@@ -44,6 +44,6 @@ config_file = tests/eventing/config/function_src_bkt_mut_sample_1s_1c.json
4444

4545
[access]
4646
updates = 100
47-
items = 100000000
47+
items = 80000000
4848
workers = 100
4949
time = 1200

tests/pipelines/weekly-cheshire-cat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
],
364364
"Eventing": [
365365
{"job": "themis", "cluster": "themis.spec", "test_config": "throughput100M_fun_bktop_1s_1c.test"},
366-
{"job": "themis", "cluster": "themis.spec", "test_config": "throughput100M_fun_bktop_src_bkt_mut_1s_1c.test"},
366+
{"job": "themis", "cluster": "themis.spec", "test_config": "throughput80M_fun_bktop_src_bkt_mut_1s_1c.test"},
367367
{"job": "themis", "cluster": "themis_eventing_rebalance.spec", "test_config": "throughput50M_fun_bktop_eventing_rebalance_1s_1c.test"},
368368
{"job": "themis", "cluster": "themis.spec", "test_config": "throughput50M_fun_bktop_rebalance_1s_1c.test"},
369369
{"job": "themis", "cluster": "themis_n1ql.spec", "test_config": "throughput20M_fun_n1ql_1s_1c.test"},

tests/pipelines/weekly-mad-hatter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{"job": "oceanus", "cluster": "oceanus.spec", "test_config": "bigfun_20M_queries_4n_no_index_window_functions.test"}
55
],
66
"Eventing": [
7-
{"job": "themis", "cluster": "themis.spec", "test_config": "throughput100M_fun_bktop_src_bkt_mut.test"},
7+
{"job": "themis", "cluster": "themis.spec", "test_config": "throughput80M_fun_bktop_src_bkt_mut.test"},
88
{"job": "themis", "cluster": "themis.spec", "test_config": "latency100M_fun_bktop_src_bkt_mut.test"},
99
{"job": "themis", "cluster": "themis.spec", "test_config": "curl/latency100M_fun_curl_https_json_200ms.test"},
1010
{"job": "themis", "cluster": "themis.spec", "test_config": "curl/throughput100M_fun_curl_https_json_200ms.test"},

0 commit comments

Comments
 (0)