>"Library functions that used to trigger stop-the-world garbage collection 
now trigger concurrent garbage collection"

I wonder if there is still a way to manually trigger a complete GC pass? I 
have hundreds of unit benches in my code bases that call runtime.GC() 
before t.ResetTimer() (and t.ReportAllocs()) with the intent of reducing GC 
related deviation between runs.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to