Skip to content

Commit b2860b9

Browse files
committed
remove aot test
1 parent 5549575 commit b2860b9

File tree

6 files changed

+6
-112
lines changed

6 files changed

+6
-112
lines changed

frameworks/CSharp/sisk/benchmark_config.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,6 @@
3636
"database_os": "Linux",
3737
"display_name": "Sisk Framework (Cadente)"
3838
}
39-
},
40-
{
41-
"cadente-aot": {
42-
"plaintext_url": "/plaintext",
43-
"json_url": "/json",
44-
"port": 8080,
45-
"approach": "Realistic",
46-
"classification": "Platform",
47-
"database": "None",
48-
"framework": "Sisk",
49-
"language": "C#",
50-
"orm": "Raw",
51-
"platform": ".NET",
52-
"webserver": "Cadente",
53-
"os": "Linux",
54-
"database_os": "Linux",
55-
"display_name": "Sisk Framework (Cadente, Aot)"
56-
}
5739
}
5840
]
5941
}

frameworks/CSharp/sisk/config.toml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,4 @@ os = "Linux"
2525
orm = "Raw"
2626
platform = ".NET"
2727
webserver = "Cadente"
28-
versus = "None"
29-
30-
[cadente-aot]
31-
urls.plaintext = "/plaintext"
32-
urls.json = "/json"
33-
approach = "Realistic"
34-
classification = "Platform"
35-
database = "None"
36-
database_os = "Linux"
37-
os = "Linux"
38-
orm = "Raw"
39-
platform = ".NET"
40-
webserver = "Cadente"
41-
versus = "None"
28+
versus = "None"

frameworks/CSharp/sisk/sisk-cadente-aot.dockerfile

Lines changed: 0 additions & 21 deletions
This file was deleted.

frameworks/CSharp/sisk/sisk-cadente-aot/Program.cs

Lines changed: 0 additions & 42 deletions
This file was deleted.

frameworks/CSharp/sisk/sisk-cadente-aot/sisk.csproj

Lines changed: 0 additions & 16 deletions
This file was deleted.

frameworks/CSharp/sisk/sisk-cadente.dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ RUN dotnet restore -r linux-musl-x64
77

88
# copy and publish app and libraries
99
COPY sisk-cadente/ .
10-
RUN dotnet publish -c release -o /app -r linux-musl-x64
10+
RUN dotnet publish -c release -o /app
11+
12+
ENV DOTNET_GCDynamicAdaptationMode=0
13+
ENV DOTNET_ReadyToRun=0
14+
ENV DOTNET_HillClimbing_Disable=1
1115

1216
# final stage/image
1317
FROM mcr.microsoft.com/dotnet/aspnet:9.0 AS runtime

0 commit comments

Comments
 (0)