To run the script
- Make sure everything builds fine (
go build
). - Run the script directly by
go run main.go
or run the bash scriptexperiment.sh
to start.
For Brotli, need to follow the instructions here (https://github.com/google/brotli#build-instructions) to install brotli, then run the brotli_experiment.sh
script in order to pass the built c files.