From cc823e7db1e3e01db55fb95c48bccf9e1964c84a Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 19 May 2020 07:46:25 -0700 Subject: [PATCH] tools.profiler.sampling: bump runtime. --- basis/tools/profiler/sampling/sampling-tests.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/tools/profiler/sampling/sampling-tests.factor b/basis/tools/profiler/sampling/sampling-tests.factor index 58ebf0cddf..9cd91beef8 100644 --- a/basis/tools/profiler/sampling/sampling-tests.factor +++ b/basis/tools/profiler/sampling/sampling-tests.factor @@ -17,8 +17,8 @@ TUPLE: boom ; { } [ 10 [ [ 100 [ 1000 random (byte-array) drop ] times compact-gc ] profile ] times ] unit-test { } [ 2 [ [ 1 seconds sleep ] profile ] times ] unit-test -{ } [ [ 300,000 [ sq sq sq ] map drop ] profile flat profile. ] unit-test -{ } [ [ 300,000 [ sq sq sq ] map drop ] profile top-down profile. ] unit-test +{ } [ [ 1,000,000 [ sq sq sq ] map drop ] profile flat profile. ] unit-test +{ } [ [ 1,000,000 [ sq sq sq ] map drop ] profile top-down profile. ] unit-test f raw-profile-data set-global gc