File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
performance-testing/uid2-operator Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,13 @@ export async function setup() {
9595 } ;
9696}
9797
98+ // Remove this function if you are running manually inside a GCP/Azure/AWS instance using docker
99+ export function handleSummary ( data ) {
100+ return {
101+ 'summary.json' : JSON . stringify ( data ) ,
102+ }
103+ }
104+
98105// Scenarios
99106export async function tokenGenerate ( data ) {
100107 const endpoint = '/v2/token/generate' ;
Original file line number Diff line number Diff line change @@ -77,6 +77,13 @@ export async function setup() {
7777 } ;
7878}
7979
80+ // Remove this function if you are running manually inside a GCP/Azure/AWS instance using docker
81+ export function handleSummary ( data ) {
82+ return {
83+ 'summary.json' : JSON . stringify ( data ) ,
84+ }
85+ }
86+
8087// Scenarios
8188export async function tokenGenerate ( data ) {
8289 const endpoint = '/v2/token/generate' ;
You can’t perform that action at this time.
0 commit comments