Home
last modified time | relevance | path

Searched refs:vegeta (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/benchmarks/vegeta/vegeta-12.8.4/
H A Dattack.go89 rate vegeta.Rate
140 tr vegeta.Targeter
147 case vegeta.JSONTargetFormat:
149 case vegeta.HTTPTargetFormat:
175 atk := vegeta.NewAttacker(
177 vegeta.Timeout(opts.timeout),
179 vegeta.TLSConfig(tlsc),
180 vegeta.Workers(opts.workers),
185 vegeta.HTTP2(opts.http2),
186 vegeta.H2C(opts.h2c),
[all …]
H A Dreport.go35 echo "GET http://:80" | vegeta attack -rate=100/s | vegeta encode > results.json
36 vegeta report results.*
78 rep vegeta.Reporter
79 report vegeta.Report
86 var m vegeta.Metrics
89 var m vegeta.Metrics
98 var m vegeta.Metrics
103 var hist vegeta.Histogram
129 rc, _ := report.(vegeta.Closer)
142 var r vegeta.Result
[all …]
H A Dencode.go11 vegeta "github.com/tsenart/vegeta/v12/lib" packageName
20 const encodeUsage = `Usage: vegeta encode [options] [<file>...]
22 Encodes vegeta attack results from one encoding to another.
43 <file> A file with vegeta attack results encoded with one of
51 echo "GET http://:80" | vegeta attack -rate=1/s > results.gob
52 cat results.gob | vegeta encode | jq -c 'del(.body)' | vegeta encode -to gob
88 var enc vegeta.Encoder
91 enc = vegeta.NewCSVEncoder(out)
93 enc = vegeta.NewEncoder(out)
95 enc = vegeta.NewJSONEncoder(out)
[all …]
H A DREADME.md141 echo "GET http://localhost/" | vegeta attack -duration=5s | tee results.bin | vegeta report
201 vegeta attack -format=json -rate=100 | vegeta encode
400 echo "GET http://:80" | vegeta attack -rate=100/s | vegeta encode > results.json
401 vegeta report results.*
656 cat results.gob | vegeta encode | jq -c 'del(.body)' | vegeta encode -to gob
700 vegeta report
734 vegeta report *.bin
743 vegeta attack -rate 5000 -duration 10m | vegeta encode | \
772 vegeta "github.com/tsenart/vegeta/v12/lib"
778 targeter := vegeta.NewStaticTargeter(vegeta.Target{
[all …]
H A Dfile.go10 vegeta "github.com/tsenart/vegeta/v12/lib" packageName
27 func decoder(files []string) (vegeta.Decoder, io.Closer, error) {
29 decs := make([]vegeta.Decoder, 0, len(files))
36 dec := vegeta.DecoderFor(rc)
44 return vegeta.NewRoundRobinDecoder(decs...), closer, nil
H A Dplot.go10 vegeta "github.com/tsenart/vegeta/v12/lib" packageName
14 const plotUsage = `Usage: vegeta plot [options] [<file>...]
26 <file> A file with vegeta attack results encoded with one of
37 echo "GET http://:80" | vegeta attack -name=50qps -rate=50 -duration=5s > results.50qps.bin
38 cat results.50qps.bin | vegeta plot > plot.50qps.html
39 echo "GET http://:80" | vegeta attack -name=100qps -rate=100 -duration=5s > results.100qps.bin
40 vegeta plot results.50qps.bin results.100qps.bin > plot.html
91 var r vegeta.Result
H A Dmain.go108 echo "GET http://localhost/" | vegeta attack -duration=5s | tee results.bin | vegeta report
109 vegeta report -type=json results.bin > metrics.json
110 cat results.bin | vegeta plot > plot.html
111 cat results.bin | vegeta report -type="hist[0,100ms,200ms,300ms]"
H A D.gitignore24 vegeta
25 vegeta.test
26 vegeta-*.tar.gz
H A DMakefile5 vegeta: vendor generate target
9 clean-vegeta:
10 rm vegeta
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/tsenart/vegeta/v12/
H A Dattack.go89 rate vegeta.Rate
140 tr vegeta.Targeter
147 case vegeta.JSONTargetFormat:
149 case vegeta.HTTPTargetFormat:
175 atk := vegeta.NewAttacker(
177 vegeta.Timeout(opts.timeout),
179 vegeta.TLSConfig(tlsc),
180 vegeta.Workers(opts.workers),
185 vegeta.HTTP2(opts.http2),
186 vegeta.H2C(opts.h2c),
[all …]
H A Dreport.go35 echo "GET http://:80" | vegeta attack -rate=100/s | vegeta encode > results.json
36 vegeta report results.*
78 rep vegeta.Reporter
79 report vegeta.Report
86 var m vegeta.Metrics
89 var m vegeta.Metrics
98 var m vegeta.Metrics
103 var hist vegeta.Histogram
129 rc, _ := report.(vegeta.Closer)
142 var r vegeta.Result
[all …]
H A Dencode.go11 vegeta "github.com/tsenart/vegeta/v12/lib" packageName
20 const encodeUsage = `Usage: vegeta encode [options] [<file>...]
22 Encodes vegeta attack results from one encoding to another.
43 <file> A file with vegeta attack results encoded with one of
51 echo "GET http://:80" | vegeta attack -rate=1/s > results.gob
52 cat results.gob | vegeta encode | jq -c 'del(.body)' | vegeta encode -to gob
88 var enc vegeta.Encoder
91 enc = vegeta.NewCSVEncoder(out)
93 enc = vegeta.NewEncoder(out)
95 enc = vegeta.NewJSONEncoder(out)
[all …]
H A DREADME.md141 echo "GET http://localhost/" | vegeta attack -duration=5s | tee results.bin | vegeta report
201 vegeta attack -format=json -rate=100 | vegeta encode
400 echo "GET http://:80" | vegeta attack -rate=100/s | vegeta encode > results.json
401 vegeta report results.*
656 cat results.gob | vegeta encode | jq -c 'del(.body)' | vegeta encode -to gob
700 vegeta report
734 vegeta report *.bin
743 vegeta attack -rate 5000 -duration 10m | vegeta encode | \
772 vegeta "github.com/tsenart/vegeta/v12/lib"
778 targeter := vegeta.NewStaticTargeter(vegeta.Target{
[all …]
H A Dfile.go10 vegeta "github.com/tsenart/vegeta/v12/lib"
27 func decoder(files []string) (vegeta.Decoder, io.Closer, error) {
29 decs := make([]vegeta.Decoder, 0, len(files))
36 dec := vegeta.DecoderFor(rc)
44 return vegeta.NewRoundRobinDecoder(decs...), closer, nil
H A Dplot.go10 vegeta "github.com/tsenart/vegeta/v12/lib" packageName
14 const plotUsage = `Usage: vegeta plot [options] [<file>...]
26 <file> A file with vegeta attack results encoded with one of
37 echo "GET http://:80" | vegeta attack -name=50qps -rate=50 -duration=5s > results.50qps.bin
38 cat results.50qps.bin | vegeta plot > plot.50qps.html
39 echo "GET http://:80" | vegeta attack -name=100qps -rate=100 -duration=5s > results.100qps.bin
40 vegeta plot results.50qps.bin results.100qps.bin > plot.html
91 var r vegeta.Result
H A Dmain.go108 echo "GET http://localhost/" | vegeta attack -duration=5s | tee results.bin | vegeta report
109 vegeta report -type=json results.bin > metrics.json
110 cat results.bin | vegeta plot > plot.html
111 cat results.bin | vegeta report -type="hist[0,100ms,200ms,300ms]"
H A D.gitignore24 vegeta
25 vegeta.test
26 vegeta-*.tar.gz
H A DMakefile5 vegeta: vendor generate target
9 clean-vegeta:
10 rm vegeta
/dports/benchmarks/ali/ali-0.7.5/attacker/
H A Dattacker.go14 vegeta "github.com/tsenart/vegeta/v12/lib"
110 vegeta.Timeout(opts.Timeout),
111 vegeta.Workers(opts.Workers),
113 vegeta.MaxBody(opts.MaxBody),
115 vegeta.KeepAlive(opts.KeepAlive),
116 vegeta.HTTP2(opts.HTTP2),
117 vegeta.LocalAddr(opts.LocalAddr),
118 vegeta.TLSConfig(tlsConfig),
147 Attack(vegeta.Targeter, vegeta.Pacer, time.Duration, string) <-chan *vegeta.Result
178 targeter := vegeta.NewStaticTargeter(vegeta.Target{
[all …]
H A Dfake_attacker.go7 vegeta "github.com/tsenart/vegeta/v12/lib" packageName
33 results []*vegeta.Result
36 func (f *fakeBackedAttacker) Attack(vegeta.Targeter, vegeta.Pacer, time.Duration, string) <-chan *v…
37 resultCh := make(chan *vegeta.Result)
/dports/science/code_saturne/code_saturne-7.1.0/src/atmo/
H A Dsolcat.f9098 tab_sol(n)%vegeta = codinv
213 tab_sol(diffus)%csol = tab_sol(foret)%csol*tab_sol(diffus)%vegeta + &
214 tab_sol(dense)%csol*(1.d0-tab_sol(diffus)%vegeta)
216 tab_sol(mixte )%csol = tab_sol(foret )%csol*tab_sol(mixte )%vegeta + &
217 tab_sol(dense )%csol*(1.d0-tab_sol(mixte )%vegeta)
219 tab_sol(bati )%csol = tab_sol(foret )%csol*tab_sol(bati )%vegeta + &
220 3.9d-06*(1.d0-tab_sol(bati )%vegeta)
H A Dsolmoy.f9097 solution_sol(isol)%constantes%vegeta = codinv
153 vegeij = vegeij + tab_sol(n)%vegeta*float(pourcent_sol(isol,n))/100.d0
165 solution_sol(isol)%constantes%vegeta = vegeij
186 if(solution_sol(isol)%constantes%vegeta .eq. codinv) ierreu = ierreu + 1
218 if (solution_sol(isol)%constantes%vegeta .gt. solmax(6)) solmax(6) &
219 = solution_sol(isol)%constantes%vegeta
238 if (solution_sol(isol)%constantes%vegeta .lt. solmin(6)) solmin(6) &
239 = solution_sol(isol)%constantes%vegeta
253 solmea(6) = solmea(6) + solution_sol(isol)%constantes%vegeta
/dports/www/pomerium/pomerium-0.8.3/scripts/
H A Dvegeta_benchmark.sh8 …echo "${url}" | vegeta attack -header "${cookie}" -name=$rate -rate=$rate -duration=5s >results.$r…
14 cat "$filename" | vegeta report
15 cat "$filename" | vegeta report -type="hist[0,50ms,100ms,200ms,300ms,500ms,1000ms]"
/dports/benchmarks/vegeta/vegeta-12.8.4/lib/plot/
H A Dplot_test.go14 vegeta "github.com/tsenart/vegeta/v12/lib" packageName
29 r := vegeta.Result{
78 r := vegeta.Result{
134 rs := make(vegeta.Results, 50000000)
136 rs[i] = vegeta.Result{
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/tsenart/vegeta/v12/lib/plot/
H A Dplot_test.go14 vegeta "github.com/tsenart/vegeta/v12/lib" packageName
29 r := vegeta.Result{
78 r := vegeta.Result{
134 rs := make(vegeta.Results, 50000000)
136 rs[i] = vegeta.Result{

1234567