add notes
This commit is contained in:
parent
79771bebb4
commit
641e4c167c
|
@ -22,7 +22,8 @@ func main() {
|
||||||
defer f.Close()
|
defer f.Close()
|
||||||
log.SetOutput(f)
|
log.SetOutput(f)
|
||||||
|
|
||||||
totalRequests := 5000
|
totalRequests := 1000
|
||||||
|
// totalRequests := 5000
|
||||||
// if err := go_benchmark.Benchmark(totalRequests); err != nil {
|
// if err := go_benchmark.Benchmark(totalRequests); err != nil {
|
||||||
// log.Fatalln("go_benchmark.Benchmark", err)
|
// log.Fatalln("go_benchmark.Benchmark", err)
|
||||||
// }
|
// }
|
||||||
|
|
Loading…
Reference in New Issue