We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34460ee commit 7083bd6Copy full SHA for 7083bd6
dev/benchmark.py
@@ -108,8 +108,8 @@ def run_benchmark():
108
print_result('Opened console in %s mode' % RENDERER)
109
Benchmark_DrawChar_DefaultColor().run(console)
110
Benchmark_DrawChar_NoColor().run(console)
111
- Benchmark_DrawStr16_DefaultColor().run(console)
112
- Benchmark_DrawStr16_NoColor().run(console)
+ #Benchmark_DrawStr16_DefaultColor().run(console)
+ #Benchmark_DrawStr16_NoColor().run(console)
113
log.close()
114
print('results written to results.log')
115
0 commit comments