Skip to content

Commit 7083bd6

Browse files
committed
benchmark only needs to test draw_char at the moment
1 parent 34460ee commit 7083bd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/benchmark.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ def run_benchmark():
108108
print_result('Opened console in %s mode' % RENDERER)
109109
Benchmark_DrawChar_DefaultColor().run(console)
110110
Benchmark_DrawChar_NoColor().run(console)
111-
Benchmark_DrawStr16_DefaultColor().run(console)
112-
Benchmark_DrawStr16_NoColor().run(console)
111+
#Benchmark_DrawStr16_DefaultColor().run(console)
112+
#Benchmark_DrawStr16_NoColor().run(console)
113113
log.close()
114114
print('results written to results.log')
115115

0 commit comments

Comments
 (0)