benchmarking: redid performance tests on uni pc
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:
Wiplinger Daniel - s2310454043 2025-04-12 12:13:28 +02:00
parent 9746db56c0
commit c6e2ce47aa
4 changed files with 5 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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