Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Get baseline dll from pypi
  • Loading branch information
filmor committed Jan 8, 2022
commit bc5288b47742c906d931745c2207e8af6957dea9
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:

- name: Perf tests
if: ${{ matrix.python == '3.8' }}
run: dotnet test --configuration Release --runtime any-${{ matrix.platform }} --logger "console;verbosity=detailed" src/perf_tests/
run: |
pip install --force --no-deps --target src/perf_tests/baseline/ pythonnet==2.5.2
dotnet test --configuration Release --runtime any-${{ matrix.platform }} --logger "console;verbosity=detailed" src/perf_tests/

# TODO: Run mono tests on Windows?
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/src/runtime/interopNative.cs
!/src/perf_tests/baseline/Python.Runtime.dll
/src/perf_tests/baseline/

# General binaries and Build results
*.dll
Expand Down
Empty file.
Binary file removed src/perf_tests/baseline/Python.Runtime.dll
Binary file not shown.