Browse Source

Delete line that prevents plaintext tests from succeeding with updated wrk(4)

Julia Nething 9 years ago
parent
commit
34f6c12a7d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      toolset/setup/linux/client.sh

+ 0 - 1
toolset/setup/linux/client.sh

@@ -33,7 +33,6 @@ cd ~
 #############################
 cat << EOF | tee pipeline.lua
 init = function(args)
-  wrk.init(args)
   local r = {}
   local depth = tonumber(args[1]) or 1
   for i=1,depth do