diff --git a/extra/benchmark/benchmark.factor b/extra/benchmark/benchmark.factor index a8c6e2a2ac..a1e892229a 100755 --- a/extra/benchmark/benchmark.factor +++ b/extra/benchmark/benchmark.factor @@ -22,7 +22,7 @@ IN: benchmark [ [ [ [ 1array $vocab-link ] with-cell ] - [ 1000000 /f pprint-cell ] bi* + [ [ 1000000 /f pprint-cell ] [ "failed" write ] if* ] bi* ] with-row ] assoc-each ] tabular-output ;