Browse Source

Merge pull request #2006 from cjnething/issue-2004-wrk-pipeline-script-broken-jn

Resolves #2004: Fix broken wrk pipeline script
Mike Smith 9 years ago
parent
commit
4926f82161
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