PerformanceTestTools.jl

Author JuliaTesting
Popularity
13 Stars
Updated Last
1 Year Ago
Started In
January 2020

PerformanceTestTools

Stable Dev Build Status Codecov Coveralls GitHub commits since tagged version

Testing generated IRs inside CI is useful for avoiding performance regression. However, test suites are normally run under flags like --check-bounds=yes and --code-coverage=user which block julia compiler to generate efficient code. PerformanceTestTools.@include(script) automatically detects such flags and run the script in a separate julia process started without these flags.