IABSD.fr/ports/benchmarks

Branch :


Log

Author Commit Date CI Message
bd3f8060 2020-05-18 20:44:54 + hyperfine
3a4b3373 2020-05-18 20:44:07 Import hyperfine-1.9.0 Command-line benchmarking tool. Features: - Statistical analysis across multiple runs. - Support for arbitrary shell commands. - Constant feedback about the benchmark progress and current estimates. - Warmup runs can be executed before the actual benchmark. - Cache-clearing commands can be set up before each timing run. - Statistical outlier detection to detect interference from other programs and caching effects. - Export results to various formats: CSV, JSON, Markdown, AsciiDoc. - Parameterized benchmarks (e.g. vary the number of threads). - Cross-platform ok sthen@
323c5ff9 2020-05-18 13:42:57 +nuttcp
ed9d1ac3 2020-05-18 13:38:42 import nuttcp 8.2.2 OK sthen@ Comment: network performance measurement tool Description: nuttcp is a network performance measurement tool intended for use by network and system managers. Its most basic usage is to determine the raw TCP (or UDP) network layer throughput by transferring memory buffers from a source system across an interconnecting network to a destination system, either transferring data for a specified time interval, or alternatively transferring a specified number of bytes. In addition to reporting the achieved network throughput in Mbps, nuttcp also provides additional useful information related to the data transfer such as user, system, and wall-clock time, transmitter and receiver CPU utilization, and loss percentage (for UDP transfers).
4cbe839c 2020-05-15 15:50:54 Update to fio-3.19 - remove patches accepted upstream
f6246491 2020-05-15 15:42:00 Update to fio-3.19
40952b38 2020-04-01 15:43:39 Update siege to 4.0.5.
4c14585b 2020-02-13 20:32:48 - update to tsung-1.7.0 - switch to erlang 19 - rework DESCR
857d5d1e 2020-02-04 12:18:27 Update to iozone-3.489.
6513374d 2020-01-28 20:45:01 Fix build on sparc64: * Fix undefined var tv_tls_key * Fix use of bswap{16|32|64} okay kmos@