Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 1.03 KB

README.md

File metadata and controls

14 lines (11 loc) · 1.03 KB

JETTest.jl

⚠️ Attention ⚠️: From Julia v1.7, JETTest.jl is deprecated and its functionalities have been moved to JET.jl. In short, you use JET.@report_opt/JET.report_opt/JET.@test_opt/JET.test_opt instead of JETTest.@report_dispatch/JETTest.@report_dispatch/JETTest.@test_nodispatch/JETTest.@test_dispatch. More detailed documentation can be found at https://aviatesk.github.io/JET.jl/dev/optanalysis/. JETTest.jl is still supported on Julia v1.6, but there won't be any more development.

CI codecov

JETTest.jl is an advanced testing toolset for the Julia programming language. It automatically detects otherwise-overlooked problems, and helps you keep your code to be faster and robust.