# README
Benchmarking faas-nomadd
To bench mark a function for testing things like scaling you can use the bench tool.
- Install bench
go get github.com/nicholasjackson/bench/bench
- Change the address of the function to test in faas.go
- Build the plugin
go build faas.go
- Run bench
$bench run -duration 100s -plugin ./faas -thread 10