🌐 AI搜索 & 代理 主页
Skip to content

Commit 117c66a

Browse files
authored
Drop performance tests (#2636)
1 parent c6a3ed5 commit 117c66a

File tree

8 files changed

+0
-315
lines changed

8 files changed

+0
-315
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,4 @@ jobs:
107107
if: ${{ matrix.python != '3.13' }}
108108
run: dotnet test --runtime any-${{ matrix.os.platform }} src/python_tests_runner/
109109

110-
- name: Perf tests
111-
if: ${{ (matrix.python == '3.8') && (matrix.os.platform == 'x64') }}
112-
run: |
113-
pip install --force --no-deps --target src/perf_tests/baseline/ pythonnet==2.5.2
114-
dotnet test --configuration Release --runtime any-${{ matrix.os.platform }} --logger "console;verbosity=detailed" src/perf_tests/
115-
116110
# TODO: Run mono tests on Windows?

pythonnet.sln

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Python.EmbeddingTest", "src
88
EndProject
99
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Python.Test", "src\testing\Python.Test.csproj", "{14EF9518-5BB7-4F83-8686-015BD2CC788E}"
1010
EndProject
11-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Python.PerformanceTests", "src\perf_tests\Python.PerformanceTests.csproj", "{4F2EA4A1-7ECA-48B5-8077-7A3C366F9931}"
12-
EndProject
1311
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Python.DomainReloadTests", "tests\domain_tests\Python.DomainReloadTests.csproj", "{F2FB6DA3-318E-4F30-9A1F-932C667E38C5}"
1412
EndProject
1513
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Repo", "Repo", "{441A0123-F4C6-4EE4-9AEE-315FD79BE2D5}"

src/perf_tests/BaselineComparisonBenchmarkBase.cs

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

src/perf_tests/BaselineComparisonConfig.cs

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

src/perf_tests/BenchmarkTests.cs

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

src/perf_tests/Python.PerformanceTests.csproj

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

src/perf_tests/PythonCallingNetBenchmark.cs

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

src/perf_tests/baseline/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)