GoogleCloudPlatform / nodejs-getting-started

A tutorial for creating a complete application using Node.js on Google Cloud Platform
https://cloud.google.com/nodejs
Apache License 2.0
805 stars 382 forks source link

Use release version of btlr #547

Open tmatsuo opened 2 years ago

tmatsuo commented 2 years ago

Background:

btlr is a small tool written in go for running tests in parallel. The tool is hosted at: https://github.com/googleapis/btlr

Currently I compilied it statically and copied into this repository, but it's better to use a release version.