add notes

This commit is contained in:
Urko 2023-04-05 19:36:59 +02:00
parent 79771bebb4
commit 641e4c167c
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ func main() {
defer f.Close()
log.SetOutput(f)
totalRequests := 5000
totalRequests := 1000
// totalRequests := 5000
// if err := go_benchmark.Benchmark(totalRequests); err != nil {
// log.Fatalln("go_benchmark.Benchmark", err)
// }