benchmarking: added uni performance test
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
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:
parent
c62aff806a
commit
6880c1ceb5
|
@ -4,7 +4,7 @@ using BenchmarkTools
|
||||||
using .Transpiler
|
using .Transpiler
|
||||||
using .Interpreter
|
using .Interpreter
|
||||||
|
|
||||||
const BENCHMARKS_RESULTS_PATH = "./results"
|
const BENCHMARKS_RESULTS_PATH = "./results-fh"
|
||||||
|
|
||||||
# TODO: Expressions can get much much bigger (into millions) (will be provided by Mr. Kronberger)
|
# TODO: Expressions can get much much bigger (into millions) (will be provided by Mr. Kronberger)
|
||||||
# TODO: Variable-Sets: 1000 can be considered the minimum; 100.000 can be considered the maximum (will be provided by Mr. Kronberger)
|
# TODO: Variable-Sets: 1000 can be considered the minimum; 100.000 can be considered the maximum (will be provided by Mr. Kronberger)
|
||||||
|
@ -149,7 +149,7 @@ if compareWithCPU
|
||||||
|
|
||||||
BenchmarkTools.save("$BENCHMARKS_RESULTS_PATH/5-interpreter_using_fastmath.json", results)
|
BenchmarkTools.save("$BENCHMARKS_RESULTS_PATH/5-interpreter_using_fastmath.json", results)
|
||||||
else
|
else
|
||||||
resultsOld = BenchmarkTools.load("$BENCHMARKS_RESULTS_PATH/2-using_inbounds.json")[1]
|
resultsOld = BenchmarkTools.load("$BENCHMARKS_RESULTS_PATH/3-tuned-blocksize_I128_T96.json")[1]
|
||||||
# resultsOld = BenchmarkTools.load("$BENCHMARKS_RESULTS_PATH/3-tuned-blocksize_I128_T96.json")[1]
|
# resultsOld = BenchmarkTools.load("$BENCHMARKS_RESULTS_PATH/3-tuned-blocksize_I128_T96.json")[1]
|
||||||
|
|
||||||
medianGPUI_old = median(resultsOld["GPUI"])
|
medianGPUI_old = median(resultsOld["GPUI"])
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -22,5 +22,5 @@ end
|
||||||
|
|
||||||
@testset "Performance tests" begin
|
@testset "Performance tests" begin
|
||||||
# include("PerformanceTuning.jl")
|
# include("PerformanceTuning.jl")
|
||||||
# include("PerformanceTests.jl")
|
include("PerformanceTests.jl")
|
||||||
end
|
end
|
Loading…
Reference in New Issue
Block a user