Skip to content

Commit

Permalink
Test benchmarking on prs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zentrik authored Nov 8, 2023
1 parent 9cda50b commit 6bb6ea5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/RayTracingInOneWeekend.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
using Parameters, StaticArrays, LinearAlgebra, Images, SIMD, StructArrays, MLStyle, SmartAsserts
using Expronicon.ADT: @adt

# SmartAsserts.set_enabled(false)
Fast = false
SmartAsserts.set_enabled(false)
Fast = true

const F = Float32
const N = 8 # vector width
Expand Down Expand Up @@ -468,4 +468,4 @@ end

# using Cthulhu
# @descend test()
# @descend ray_color(Ray(), setup() |> first, 10)
# @descend ray_color(Ray(), setup() |> first, 10)

0 comments on commit 6bb6ea5

Please sign in to comment.