This repository was archived by the owner on Sep 9, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathbenchmark-targets.json
More file actions
47 lines (47 loc) · 1.85 KB
/
benchmark-targets.json
File metadata and controls
47 lines (47 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"Jobs": [
{
"JobName": "PA_Client_Benchmark",
"Profilers": [],
"IncludeEC2Labels": true,
"Labels": {},
"JobRunStrategy": 1,
"JobLaunchCount": 1,
"JobWarmupCount": 0,
"JobIterationCount": 1,
"JobInvocationCount": 1,
"Targets": [
{
"Name": "Assess_OwinExtraAPI",
"Class": "PortingAssistant.Client.CLI.Program",
"Method": "Main",
"MethodIsAsync": false,
"MethodParameters": [
{
"Name": "Porting",
"FullTypeName": "string[]",
"JsonValues": [
"[\u0022assess\u0022, \u0022-s\u0022, \u0022c:\\\\temp\\\\OwinExtraAPI\\\\OwinExtraAPI.sln\u0022, \u0022-o\u0022, \u0022c:\\\\temp\\\\OwinExtraAPI_output\u0022]"
]
}
]
},
{
"Name": "Port_IonicZipSample",
"Class": "PortingAssistant.Client.CLI.Program",
"Method": "Main",
"MethodIsAsync": false,
"MethodParameters": [
{
"Name": "Porting",
"FullTypeName": "string[]",
"JsonValues": [
"[\u0022assess\u0022, \u0022-s\u0022, \u0022c:\\\\temp\\\\IonicZipSample\\\\IonicZipSample.sln\u0022, \u0022-p\u0022, \u0022IonicZipSample\u0022, \u0022-o\u0022, \u0022c:\\\\temp\\\\IonicZipSample_output\u0022]"
]
}
]
}
]
}
]
}