IABSD.fr/ports/benchmarks

Branch :


Log

Author Commit Date CI Message
e036d95e 2019-03-13 14:24:19 update to speedtest-cli-2.1.1
c4ee3e69 2018-11-02 15:27:13 update to flent-1.2.2
25f0e460 2018-10-24 14:27:57 Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit.
a3cc2163 2018-07-01 18:33:35 @tag update-mime-database
150a0f36 2018-06-27 21:03:34 first tag: update-desktop-database
87f42482 2018-06-11 13:10:54 update to speedtest-cli-2.0.2
790c0e86 2018-06-01 14:24:55 Bump a bunch of ports to trigger rebuilds following cpu stats changes. More to come later after a longer search completes. THESE MAY NEED FURTHER WORK! If you use them, please check on -current.
31e6ccf0 2018-05-12 13:58:30 @bin markers
dba3f83c 2018-04-25 11:25:04 Add wrk.
cf46cf76 2018-04-25 11:24:14 Import benchmarks/wrk. wrk is a modern HTTP benchmarking tool capable of generating significant load when run on a single multi-core CPU. It combines a multithreaded design with scalable event notification systems such as epoll and kqueue. OK jca@