using hse data.

This commit is contained in:
Enno Rehling 2008-05-23 09:52:43 +00:00
parent f0c56346d9
commit 739dd98755
1 changed files with 26 additions and 26 deletions

View File

@ -55,16 +55,16 @@ run_scripts()
-- go
local now = os.clock()
-- test_free()
read_game("571.dat", "binary")
write_game("571.dat.1", "binary")
read_game("50", "text")
write_game("50.dat", "binary")
write_game("50.txt.1", "text")
free_game()
read_game("570.dat", "binary")
read_game("50", "test")
write_game("50.txt.2", "text")
free_game()
read_game("571.dat", "binary")
write_game("571.dat.2", "binary")
local elapsed = os.clock() - now
print(elapsed)
-- text: 50.574
-- bin0: 19.547
-- bin1: 18.953
io.stdin:read("*line")
-- io.stdin:read("*line")