diff --git a/flow_test.go b/flow_test.go index 3cfbd0a..c2779b1 100644 --- a/flow_test.go +++ b/flow_test.go @@ -26,6 +26,7 @@ func BenchmarkFlowLipsumWrapJustifyTop (benchmark *testing.B) { func benchmarkFlow (benchmark *testing.B, wrap bool, xAlign, yAlign Align) { _, tokens := parseString(lipsumLt) + measure(tokens, basicfont.Face7x13) benchmark.ReportAllocs() benchmark.ResetTimer() for i := 0; i < benchmark.N; i ++ {