benchmarking: added tests for performance tuning with Nsight compute and systems
Some checks are pending
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, 1.10) (push) Waiting to run
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, 1.6) (push) Waiting to run
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, pre) (push) Waiting to run

This commit is contained in:
2025-04-12 10:24:45 +02:00
parent 5a9760d221
commit 9746db56c0
3 changed files with 38 additions and 4 deletions

View File

@ -19,5 +19,6 @@ end
# end
@testset "Performance tests" begin
include("PerformanceTests.jl")
include("PerformanceTuning.jl")
# include("PerformanceTests.jl")
end