benchmarks: started preparing benchmarks
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-03-29 12:01:06 +01:00
parent effd477558
commit 690ee33db1
4 changed files with 76 additions and 34 deletions

View File

@ -10,7 +10,7 @@ include(joinpath(baseFolder, "src", "Transpiler.jl"))
@testset "Functionality tests" begin
# include("ExpressionProcessingTests.jl")
# include("InterpreterTests.jl")
include("TranspilerTests.jl")
# include("TranspilerTests.jl")
end
@ -19,5 +19,5 @@ end
# end
@testset "Performance tests" begin
# include("PerformanceTests.jl")
include("PerformanceTests.jl")
end