Skip to content

Commit

Permalink
remove aot test
Browse files Browse the repository at this point in the history
  • Loading branch information
CypherPotato committed Jan 29, 2025
1 parent 5549575 commit b2860b9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 112 deletions.
18 changes: 0 additions & 18 deletions frameworks/CSharp/sisk/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,6 @@
"database_os": "Linux",
"display_name": "Sisk Framework (Cadente)"
}
},
{
"cadente-aot": {
"plaintext_url": "/plaintext",
"json_url": "/json",
"port": 8080,
"approach": "Realistic",
"classification": "Platform",
"database": "None",
"framework": "Sisk",
"language": "C#",
"orm": "Raw",
"platform": ".NET",
"webserver": "Cadente",
"os": "Linux",
"database_os": "Linux",
"display_name": "Sisk Framework (Cadente, Aot)"
}
}
]
}
15 changes: 1 addition & 14 deletions frameworks/CSharp/sisk/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,4 @@ os = "Linux"
orm = "Raw"
platform = ".NET"
webserver = "Cadente"
versus = "None"

[cadente-aot]
urls.plaintext = "/plaintext"
urls.json = "/json"
approach = "Realistic"
classification = "Platform"
database = "None"
database_os = "Linux"
os = "Linux"
orm = "Raw"
platform = ".NET"
webserver = "Cadente"
versus = "None"
versus = "None"
21 changes: 0 additions & 21 deletions frameworks/CSharp/sisk/sisk-cadente-aot.dockerfile

This file was deleted.

42 changes: 0 additions & 42 deletions frameworks/CSharp/sisk/sisk-cadente-aot/Program.cs

This file was deleted.

16 changes: 0 additions & 16 deletions frameworks/CSharp/sisk/sisk-cadente-aot/sisk.csproj

This file was deleted.

6 changes: 5 additions & 1 deletion frameworks/CSharp/sisk/sisk-cadente.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ RUN dotnet restore -r linux-musl-x64

# copy and publish app and libraries
COPY sisk-cadente/ .
RUN dotnet publish -c release -o /app -r linux-musl-x64
RUN dotnet publish -c release -o /app

ENV DOTNET_GCDynamicAdaptationMode=0
ENV DOTNET_ReadyToRun=0
ENV DOTNET_HillClimbing_Disable=1

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

0 comments on commit b2860b9

Please sign in to comment.