Skip to content

Commit

Permalink
Misc refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkTiedemann committed Oct 4, 2018
1 parent b43adb3 commit 78c20af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bench.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ setlocal enabledelayedexpansion
set /a runs = 24
if exist timeit.dat del timeit.dat
for /f %%r in ( 'copy /Z %~f0 nul' ) do set cr=%%r
for /l %%x in ( 1, 1, !runs! ) do (
< nul set /P = # %%x / !runs! !cr!
for /l %%i in ( 1, 1, !runs! ) do (
< nul set /P = # %%i / !runs! !cr!
timeit tasklist > nul 2>&1
timeit fastlist > nul 2>&1
)
Expand Down

0 comments on commit 78c20af

Please sign in to comment.