Skip to content

Instantly share code, notes, and snippets.

View pleasewhy's full-sized avatar
🤒
Out sick

huiyuwang pleasewhy

🤒
Out sick
  • Tencent
  • guangzhou
View GitHub Profile
@jonhoo
jonhoo / go-test-many.sh
Last active April 29, 2024 12:48
Script for running go tests many times in parallel, printing the current status, and logging errors
#!/bin/bash
#
# Script for running `go test` a bunch of times, in parallel, storing the test
# output as you go, and showing a nice status output telling you how you're
# doing.
#
# Normally, you should be able to execute this script with
#
# ./go-test-many.sh
#