Skip to content

Commit b30e771

Browse files
authored
Merge pull request #1003 from herbie-fp/less-profiling
Do less profiling because the profiler is slow
2 parents 3ce6ba2 + 3833c0d commit b30e771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/sandbox.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
(if profile?
302302
(profile-thunk (λ () (compute-result test))
303303
#:order 'total
304-
#:delay 0.001
304+
#:delay 0.01
305305
#:render (λ (p order) (write-json (profile->json p) profile?)))
306306
(compute-result test)))
307307

0 commit comments

Comments
 (0)