ordo-one / package-benchmark

Swift benchmark runner with many performance metrics and great CI support
Apache License 2.0
326 stars 25 forks source link

Remove all usage of fflush #105

Closed hassila closed 1 year ago

hassila commented 1 year ago

Instead:

// Use unbuffered stdout to help detect exactly which test was running in the event of a crash.
setbuf(stdout, nil)