freebsd-ports/benchmarks/Makefile
Robert Clausecker fc3a761d2c benchmarks/uica: New port: uops.info Code Analyzer
uiCA is a simulator that can predict the throughput of basic blocks on
recent Intel microarchitectures. In addition to that, it also provides
insights into how the code is executed.

uiCA is based on data from uops.info, combined with a detailed pipeline
model. Like related tools, it assumes that all memory accesses result in
cache hits.

WWW: https://uops.info/uiCA.html

Author:    Robert Clausecker <fuz@fuz.su>
PR: 265368
2022-08-01 22:28:49 +02:00

118 lines
2.8 KiB
Makefile

COMMENT = Benchmarking tools
SUBDIR += ali
SUBDIR += apib
SUBDIR += autobench
SUBDIR += blogbench
SUBDIR += bombardier
SUBDIR += bonnie
SUBDIR += bonnie++
SUBDIR += clpeak
SUBDIR += cpipe
SUBDIR += dbench
SUBDIR += dbs
SUBDIR += ddosify
SUBDIR += dhrystone
SUBDIR += dkftpbench
SUBDIR += fhourstones
SUBDIR += filebench
SUBDIR += fio
SUBDIR += flamegraph
SUBDIR += flops
SUBDIR += flowgrind
SUBDIR += forkbomb
SUBDIR += glmark2
SUBDIR += gtkperf
SUBDIR += hey
SUBDIR += himenobench
SUBDIR += hipercontracer
SUBDIR += hpl
SUBDIR += httperf
SUBDIR += hyperfine
SUBDIR += imb
SUBDIR += inferno
SUBDIR += interbench
SUBDIR += iorate
SUBDIR += iozone
SUBDIR += iozone21
SUBDIR += iperf
SUBDIR += iperf3
SUBDIR += kdiskmark
SUBDIR += libcelero
SUBDIR += libmicro
SUBDIR += linux-gputest
SUBDIR += linux-unigine-heaven
SUBDIR += linux-unigine-sanctuary
SUBDIR += linux-unigine-superposition
SUBDIR += linux-unigine-tropics
SUBDIR += linux-unigine-valley
SUBDIR += linux-vdbench
SUBDIR += lmbench
SUBDIR += lzbench
SUBDIR += mangohud
SUBDIR += mdtest
SUBDIR += mst-bench
SUBDIR += nbench
SUBDIR += netio
SUBDIR += netperf
SUBDIR += netperfmeter
SUBDIR += nosqlbench
SUBDIR += nqueens
SUBDIR += nttcp
SUBDIR += nuttcp
SUBDIR += octave-forge-benchmark
SUBDIR += p5-Benchmark-Forking
SUBDIR += p5-Benchmark-Stopwatch
SUBDIR += p5-Dumbbench
SUBDIR += pathchirp
SUBDIR += pathload
SUBDIR += pathrate
SUBDIR += pear-Benchmark
SUBDIR += perftest
SUBDIR += phoronix-test-suite
SUBDIR += pipebench
SUBDIR += polygraph
SUBDIR += postal
SUBDIR += postmark
SUBDIR += py-locust
SUBDIR += py-naarad
SUBDIR += py-throughpy
SUBDIR += py-zopkio
SUBDIR += raidtest
SUBDIR += ramspeed
SUBDIR += randomio
SUBDIR += rubygem-benchmark
SUBDIR += rubygem-benchmark-ips
SUBDIR += rubygem-benchmark-memory
SUBDIR += rubygem-derailed_benchmarks
SUBDIR += rubygem-gitlab-derailed_benchmarks
SUBDIR += rubygem-railsbench
SUBDIR += scimark2
SUBDIR += scimark2c
SUBDIR += scimark4c
SUBDIR += shellbench
SUBDIR += siege
SUBDIR += sipp
SUBDIR += slowloris
SUBDIR += smhasher
SUBDIR += spp
SUBDIR += stream
SUBDIR += stress-ng
SUBDIR += super-smack
SUBDIR += sysbench
SUBDIR += tcpblast
SUBDIR += thrulay
SUBDIR += tsung
SUBDIR += ttcp
SUBDIR += typometer
SUBDIR += ubench
SUBDIR += uica
SUBDIR += unixbench
SUBDIR += uperf
SUBDIR += vegeta
SUBDIR += vkmark
SUBDIR += vkpeak
SUBDIR += webbench
SUBDIR += wrk
.include <bsd.port.subdir.mk>