The code being benchmarked is in this Github repo:
https://github.com/kidoman/fibrous
We run:
boom -n 100000 -c 100 http://localhost:3000/users/1
The code being benchmarked is in this Github repo:
https://github.com/kidoman/fibrous
We run:
boom -n 100000 -c 100 http://localhost:3000/users/1
// Dining Gophers^2 | |
// - By Karan | |
package main | |
import ( | |
"flag" | |
"log" | |
"runtime" | |
"time" |
1.9.3-p286 |