summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bench/bench.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/bench.rb b/bench/bench.rb
index 10b76ad..5647edd 100644
--- a/bench/bench.rb
+++ b/bench/bench.rb
@@ -167,7 +167,7 @@ Benchmark.bm(20) do |bm|
Dir.chdir File.expand_path('~/Python/pygments') do
File.open('input-data', 'wb') { |f| f.write data }
N.times do
- `pygmentize -O encoding=utf-8 -l#{lang} -fhtml input-data > /dev/null`
+ `pygmentize -O encoding=utf-8 -l#{lang} -fhtml -Ofull input-data > /dev/null`
end
end
end