using hse data.

This commit is contained in:
Enno Rehling 2008-05-23 09:52:43 +00:00
parent f0c56346d9
commit 739dd98755

View file

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