forked from aspnet/Benchmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprbenchmarks.efcore.config.yml
More file actions
79 lines (61 loc) · 3.51 KB
/
prbenchmarks.efcore.config.yml
File metadata and controls
79 lines (61 loc) · 3.51 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# multi-line script used to build the project
components:
sqlite:
script: |
call dotnet build -c release .\benchmark\EFCore.Sqlite.Benchmarks\EFCore.Sqlite.Benchmarks.csproj
del .\artifacts\bin\EFCore.Sqlite.Benchmarks\Release\net8.0\*.xml
arguments:
--application.options.outputFiles .\artifacts\bin\EFCore.Sqlite.Benchmarks\Release\net8.0\
# default arguments that are always used on crank commands
defaults: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/build/azure.profile.yml --application.framework net8.0 --relay
# the first value is the default if none is specified
profiles:
aspnet-perf-win:
description: INTEL/Windows 12 Cores
arguments: --profile aspnet-perf-win-relay
aspnet-citrine-win:
description: INTEL/Windows 28 Cores
arguments: --profile aspnet-citrine-win-relay
benchmarks:
AddDataVariations:
description: AddDataVariations
arguments: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/efcore.benchmarks.yml --scenario AddDataVariations
ChildVariations:
description: ChildVariations
arguments: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/efcore.benchmarks.yml --scenario ChildVariations
Delete:
description: Delete
arguments: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/efcore.benchmarks.yml --scenario Delete
ExistingDataVariations:
description: ExistingDataVariations
arguments: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/efcore.benchmarks.yml --scenario ExistingDataVariations
Funcletization:
description: Funcletization
arguments: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/efcore.benchmarks.yml --scenario Funcletization
Initialization:
description: Initialization
arguments: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/efcore.benchmarks.yml --scenario Initialization
Insert:
description: Insert
arguments: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/efcore.benchmarks.yml --scenario Insert
Mixed:
description: Mixed
arguments: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/efcore.benchmarks.yml --scenario Mixed
ParentVariations:
description: ParentVariations
arguments: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/efcore.benchmarks.yml --scenario ParentVariations
RawSqlQuery:
description: RawSqlQuery
arguments: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/efcore.benchmarks.yml --scenario RawSqlQuery
SimpleQuery:
description: SimpleQuery
arguments: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/efcore.benchmarks.yml --scenario SimpleQuery
NavigationsQuery:
description: NavigationsQuery
arguments: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/efcore.benchmarks.yml --scenario NavigationsQuery
QueryCompilation:
description: QueryCompilation
arguments: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/efcore.benchmarks.yml --scenario QueryCompilation
Update:
description: Update
arguments: --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/efcore.benchmarks.yml --scenario Update