forked from aspnet/Benchmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdotnet.benchmarks.yml
More file actions
39 lines (33 loc) · 855 Bytes
/
dotnet.benchmarks.yml
File metadata and controls
39 lines (33 loc) · 855 Bytes
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
imports:
- https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/aspnet.profiles.yml
jobs:
dotnet:
source:
repository: https://github.com/dotnet/performance
branchOrCommit: main
project: src/benchmarks/micro/MicroBenchmarks.csproj
variables:
filter: "*"
run: short
arguments: --job {{run}} --filter {{filter}} --memory
framework: net8.0
options:
benchmarkDotNet: true
displayOutput: true
scenarios:
custom:
application:
job: dotnet
variables:
# default filter to limit benchmarks if filter is not set
filter: "*LinqBenchmarks*"
linq:
application:
job: dotnet
variables:
filter: "*LinqBenchmarks*"
sockets:
application:
job: dotnet
variables:
filter: "*SocketSendReceivePerfTest*"