]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/profiler/sampling/sampling-tests.factor
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring...
[factor.git] / basis / tools / profiler / sampling / sampling-tests.factor
index 14e60019c876b773b4df5921f88769387195f009..9a05aadda326c85e17beaa9773a95c1a3b400be4 100644 (file)
@@ -11,8 +11,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 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
+[ ] [ [ 300,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
 
 (clear-samples)
 f raw-profile-data set-global