tools.profiler.sampling: bump runtime.

master
John Benediktsson 2020-05-19 07:46:25 -07:00
parent 221b222f86
commit cc823e7db1
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ TUPLE: boom ;
{ } [ 10 [ [ 100 [ 1000 random (byte-array) drop ] times compact-gc ] profile ] times ] unit-test { } [ 10 [ [ 100 [ 1000 random (byte-array) drop ] times compact-gc ] profile ] times ] unit-test
{ } [ 2 [ [ 1 seconds sleep ] profile ] times ] unit-test { } [ 2 [ [ 1 seconds sleep ] profile ] times ] unit-test
{ } [ [ 300,000 <iota> [ sq sq sq ] map drop ] profile flat profile. ] unit-test { } [ [ 1,000,000 <iota> [ sq sq sq ] map drop ] profile flat profile. ] unit-test
{ } [ [ 300,000 <iota> [ sq sq sq ] map drop ] profile top-down profile. ] unit-test { } [ [ 1,000,000 <iota> [ sq sq sq ] map drop ] profile top-down profile. ] unit-test
f raw-profile-data set-global f raw-profile-data set-global
gc gc