Skip to content

Commit db312d1

Browse files
committed
try add benchmarks
1 parent c0c8cec commit db312d1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/dotnet.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747

4848
- name: Run Benchmarks
4949
run: |
50+
mkdir -p ./BenchmarkArtifacts
51+
5052
if [ "${{ github.event_name }}" == "pull_request" ]; then
5153
dotnet run -c Release --project ./src/Hexecs.Benchmarks/ -- --filter '*' --exporters json --join --job LowRuntime --artifacts ./BenchmarkArtifacts
5254
else

0 commit comments

Comments
 (0)