Index: head/benchmarks/Makefile =================================================================== --- head/benchmarks/Makefile (revision 472006) +++ head/benchmarks/Makefile (revision 472007) @@ -1,95 +1,96 @@ # $FreeBSD$ # COMMENT = Benchmarking tools SUBDIR += apib SUBDIR += autobench SUBDIR += blogbench SUBDIR += bombardier SUBDIR += bonnie SUBDIR += bonnie++ SUBDIR += clpeak SUBDIR += cpipe SUBDIR += dbench SUBDIR += dbs 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 += hpl SUBDIR += hs-criterion SUBDIR += httperf SUBDIR += imb SUBDIR += interbench SUBDIR += iorate SUBDIR += iozone SUBDIR += iozone21 SUBDIR += iperf SUBDIR += iperf3 SUBDIR += libmicro SUBDIR += lmbench SUBDIR += lzbench SUBDIR += mdtest 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 += pathchirp SUBDIR += pathload SUBDIR += pathrate SUBDIR += pear-Benchmark + SUBDIR += perftest SUBDIR += phoronix-test-suite SUBDIR += pipebench SUBDIR += polygraph SUBDIR += postal SUBDIR += postmark SUBDIR += py-naarad SUBDIR += py-throughpy SUBDIR += py-zopkio SUBDIR += pybench SUBDIR += raidtest SUBDIR += ramspeed SUBDIR += randomio SUBDIR += rubygem-benchmark-ips SUBDIR += rubygem-railsbench SUBDIR += scimark2 SUBDIR += scimark2c 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 += unixbench SUBDIR += uperf SUBDIR += vegeta SUBDIR += webbench SUBDIR += wrk .include Index: head/benchmarks/perftest/Makefile =================================================================== --- head/benchmarks/perftest/Makefile (nonexistent) +++ head/benchmarks/perftest/Makefile (revision 472007) @@ -0,0 +1,26 @@ +# Created by: Slava Shwartsman +# $FreeBSD$ + +PORTNAME= perftest +DISTVERSION= 4.2-0.7 +CATEGORIES= benchmarks + +MAINTAINER= slavash@FreeBSD.org +COMMENT= Collection of tests for RDMA micro-benchmark + +LICENSE= LGPL21 BSD2CLAUSE +LICENSE_COMB= dual + +.if !exists(/usr/lib/libibverbs.so) +IGNORE= missing OFED user space +.endif + +USES= autoreconf libtool + +USE_GITHUB= yes +GH_ACCOUNT= linux-rdma +GH_TAGNAME= V4.2-0.7 + +GNU_CONFIGURE=yes + +.include Property changes on: head/benchmarks/perftest/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/benchmarks/perftest/distinfo =================================================================== --- head/benchmarks/perftest/distinfo (nonexistent) +++ head/benchmarks/perftest/distinfo (revision 472007) @@ -0,0 +1,3 @@ +TIMESTAMP = 1526476189 +SHA256 (linux-rdma-perftest-4.2-0.7-V4.2-0.7_GH0.tar.gz) = c376e7232508fad50f34845a364a23400bd542140388702ba28748cc4496bce5 +SIZE (linux-rdma-perftest-4.2-0.7-V4.2-0.7_GH0.tar.gz) = 139384 Property changes on: head/benchmarks/perftest/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/benchmarks/perftest/pkg-descr =================================================================== --- head/benchmarks/perftest/pkg-descr (nonexistent) +++ head/benchmarks/perftest/pkg-descr (revision 472007) @@ -0,0 +1,14 @@ +This is a collection of tests written over uverbs intended for use as a +performance micro-benchmark. The tests may be used for HW or SW tuning +as well as for functional testing. + +The collection contains a set of bandwidth and latency benchmark such as: + + * Send - ib_send_bw and ib_send_lat + * RDMA Read - ib_read_bw and ib_read_lat + * RDMA Write - ib_write_bw and ib_wriet_lat + * RDMA Atomic - ib_atomic_bw and ib_atomic_lat + * Native Ethernet (when working with MOFED2) - + raw_ethernet_bw, raw_ethernet_lat + +WWW: https://github.com/linux-rdma/perftest/ Property changes on: head/benchmarks/perftest/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/benchmarks/perftest/pkg-plist =================================================================== --- head/benchmarks/perftest/pkg-plist (nonexistent) +++ head/benchmarks/perftest/pkg-plist (revision 472007) @@ -0,0 +1,14 @@ +bin/ib_send_bw +bin/ib_send_lat +bin/ib_write_lat +bin/ib_write_bw +bin/ib_read_lat +bin/ib_read_bw +bin/ib_atomic_lat +bin/ib_atomic_bw +bin/raw_ethernet_bw +bin/raw_ethernet_lat +bin/raw_ethernet_burst_lat +bin/raw_ethernet_fs_rate +bin/run_perftest_loopback +bin/run_perftest_multi_devices Property changes on: head/benchmarks/perftest/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property