Skip to content

Commit

Permalink
Reformat range
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeingold committed Oct 27, 2024
1 parent a04de13 commit 52e8607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/benchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rules = (
)
geometries = (
(name = "Meshes.BezierCurve",
item = BezierCurve([Point(t, sin(t), 0.0) for t in -pi:1e-2:pi])),
item = BezierCurve([Point(t, sin(t), 0.0) for t in range(-π, π, length=361)])),
(name = "Meshes.Segment", item = Segment(Point(0, 0, 0), Point(1, 1, 1))),
(name = "Meshes.Sphere", item = Sphere(Point(0, 0, 0), 1.0))
)
Expand Down

0 comments on commit 52e8607

Please sign in to comment.