Skip to content

Commit

Permalink
Update profiling.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Rochet2 authored Oct 22, 2016
1 parent 8f841c6 commit 2973a4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions profiling.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ profile(input3, lualzw.compress, lualzw.decompress)

profile(input4, LibCompress.CompressLZW, LibCompress.DecompressLZW)
profile(input4, lualzw.compress, lualzw.decompress)

profile(("ymn32h8hm8ekrwjkrn9f"):rep(50000), LibCompress.CompressLZW, LibCompress.DecompressLZW)
profile(("ymn32h8hm8ekrwjkrn9f"):rep(50000), lualzw.compress, lualzw.decompress)

0 comments on commit 2973a4a

Please sign in to comment.