Sfoglia il codice sorgente

Updated WRK git hash to version 4

Steven Smith 9 anni fa
parent
commit
37019ca7e8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      toolset/setup/linux/client.sh

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

@@ -23,7 +23,7 @@ sudo sh -c "echo '*               -    nofile          65535' >> /etc/security/l
 
 git clone https://github.com/wg/wrk.git
 cd wrk
-git checkout 205a1960c8b8de5f500bb143863ae293456b7add
+git checkout a20969192f7bc095ad3ad3e238a9a581e64ae4f9
 make
 sudo cp wrk /usr/local/bin
 cd ~