tools.profiler.sampling: better test quots
Bump up the iota lengths so the tests don't sporadically fail with no data.db4
parent
7b28e60e0e
commit
316426e1ec
|
@ -11,8 +11,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
|
||||||
|
|
||||||
[ ] [ [ 1,000,000 iota [ sq ] map drop ] profile flat profile. ] unit-test
|
[ ] [ [ 3,000,000 iota [ sq ] map drop ] profile flat profile. ] unit-test
|
||||||
[ ] [ [ 1,000,000 iota [ sq ] map drop ] profile top-down profile. ] unit-test
|
[ ] [ [ 3,000,000 iota [ sq ] map drop ] profile top-down profile. ] unit-test
|
||||||
|
|
||||||
(clear-samples)
|
(clear-samples)
|
||||||
f raw-profile-data set-global
|
f raw-profile-data set-global
|
||||||
|
|
Loading…
Reference in New Issue