]> gitweb.factorcode.org Git - factor.git/commitdiff
benchmark: oops, used wrong word. so confusing.
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 9 Jun 2015 00:00:08 +0000 (17:00 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 9 Jun 2015 00:00:08 +0000 (17:00 -0700)
extra/benchmark/benchmark.factor

index 966d5bcabe385eefe5a347a94331ea777bc5c0d4..1d4ab26c1871f3e7dc8cdd56f427aefe354fed06 100644 (file)
@@ -20,7 +20,7 @@ PRIVATE>
     compact-gc '[ _ run ] profile most-recent-profile-data ;
 
 : find-benchmark-vocabs ( -- seq )
-    "benchmark" loaded-child-vocab-names
+    "benchmark" disk-child-vocab-names
     [ find-vocab-root ] filter ;
 
 <PRIVATE