Skip to content

Commit

Permalink
Merge pull request #1003 from herbie-fp/less-profiling
Browse files Browse the repository at this point in the history
Do less profiling because the profiler is slow
  • Loading branch information
pavpanchekha authored Oct 8, 2024
2 parents 3ce6ba2 + 3833c0d commit b30e771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/sandbox.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
(if profile?
(profile-thunk (λ () (compute-result test))
#:order 'total
#:delay 0.001
#:delay 0.01
#:render (λ (p order) (write-json (profile->json p) profile?)))
(compute-result test)))

Expand Down

0 comments on commit b30e771

Please sign in to comment.