Just a little note for people working on performance. Recently, the go
devs found that their CI jobs on OpenBSD were running twice as slow as
other OS. It launches a lot of threads and processes, and some parts are
really hard with the system. I think that this could be useful for
people looking for simple test cases for their performance oriented
changes in addition to the usual bulks and build of releases. It's
showing a 14% decrease in the build time compared with 6.4.

$ cd /usr/ports/lang/go
$ make configure
$ time make <- this is quick
$ time make test

Cheers.


-- 
Juan Francisco Cantero Hurtado http://juanfra.info

Reply via email to