Don't leak secrets

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Jakub Sztandera 2019-08-30 01:25:23 +02:00 committed by whyrusleeping
parent 2e9d4301e1
commit 8bc21ec3eb

View File

@ -88,7 +88,8 @@ build: $(BUILD_DEPS)
benchmarks:
go run github.com/whyrusleeping/bencher ./... > bench.json
curl -X POST 'http://benchmark.kittyhawk.wtf/benchmark' -d '@bench.json' -u "${benchmark_http_cred}"
@echo Submitting results
@curl -X POST 'http://benchmark.kittyhawk.wtf/benchmark' -d '@bench.json' -u "${benchmark_http_cred}"
.PHONY: benchmarks
pond: build