Luca Pizzamiglio
bb383ff0fb
benchmarks/unixbench: remove march optimization
...
Introducing OPTIMIZED_CFLAGS option to enable march.
march is disable by default, as pkg shouldn't be build with this kind
of low level optimization.
2023-03-26 16:51:28 +02:00
Luca Pizzamiglio
1453ec9ec9
benchmarks/unixbench: Fix arm64 build
...
On arm64, some cflags are not supported.
2023-03-26 13:49:14 +02:00
Luca Pizzamiglio
48ccde43d5
benchmarks/unixbench: Update to the latest commit
...
Graphics always enabled
Reported by: Nilton Jose Rizzo <niltonrizzo@gmail.com>
2023-02-16 13:44:16 +01:00
Luca Pizzamiglio
f35239963a
benchmarks/unixbench: Add support to parallel execution
...
Add support to get the number of CPUs on FreeBSD.
Bump PORTREVISION.
PR: 247293
Submitted by: Yuichiro NAITO <naito.yuichiro@gmail.com>
2020-07-04 14:48:33 +00:00
Luca Pizzamiglio
d96ba78369
benchmarks/unixbench: Fix the new path in the unixbench
...
Bump PORTREVISION
PR: 222480
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D12541
2017-09-29 14:45:48 +00:00
Luca Pizzamiglio
1c9863b704
benchmarks/unixbench: updating to version 5.1.3
...
While I'm here:
* updating MAINTAINER entry
* adding the proper dependencies
Reviewed by: mat
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12224
2017-09-05 07:53:13 +00:00
Mathieu Arnold
1a8a092d9f
Rename all files containing a : in their filename.
...
While there, run make makepatch on affected ports, and rename patches
accordingly.
Sponsored by: Absolight
2016-06-17 23:28:04 +00:00
Martin Wilke
407f891405
- Respect CC/CFLAGS
...
PR: 163085
Submitted by: Jan Beich <jbeich@tormail.net>
2012-01-03 23:35:34 +00:00
Martin Wilke
c955d457ef
- Fix build crash on amd64
...
PR: 109596
Submitted by: Ivan Voras <ivoras@gmail.com>
Approved by: maintainer timeout
2007-03-23 08:22:13 +00:00
Stefan Eßer
9a369a50d0
Update bytebench-3.1 to unixbench-4.1.0, based on patches submitted
...
by SHIMAOKA Shunsuke, with some modifications to the Makefile by me.
The bytebench port was repo-copied to unixbench, before, to preserve
its history.
Submitted by: SHIMAOKA Shunsuke (shimaoka at st dot tutrp dot tut dot ac dot jp)
2005-01-08 22:10:44 +00:00
Stefan Eßer
6f03c1e93a
Fix compilation on FreeBSD-3.x
2001-03-12 18:15:04 +00:00
Kris Kennaway
a80761c0d3
Respect CC and CFLAGS.
2000-02-05 21:52:57 +00:00
Steve Price
f488fa5872
time(3) returns a time_t and not a long.
2000-01-28 17:28:02 +00:00
Stefan Eßer
88eba05fdd
Create one diff per file to patch.
1998-12-19 22:50:21 +00:00
Stefan Eßer
e15e3f9ae5
Create one diff per file to patch.
...
Add suggested fix for "dc" test.
PR: 7805
Submitted by: Guy Helmer <ghelmer@scl.ameslab.gov>
1998-12-19 22:49:02 +00:00
Stefan Eßer
b6da6cddb4
Split into several files, one per file to patch
1998-12-19 22:44:46 +00:00
Stefan Eßer
ac16c18c03
Make this run from a R/O /usr file system:
...
- Temporary files are written into $TMPDIR (default /var/tmp)
(some 18MB of free space are required for the file system test).
- Results are stored into $RESULTDIR (default /tmp).
1996-01-05 16:38:12 +00:00
Stefan Eßer
8ec4c84aa4
Specify TMPDIR and RESULTDIR outside the /usr tree, or a R/O /usr will
...
prevent the tests from running.
Do not try to compile the test programs, since the sources are not
being copied to the lib/bytebench directory by "make install".
1996-01-03 00:08:33 +00:00
Stefan Eßer
0fa3c4a3a1
The BYTE benchmark suite, very popular under Linux users as it seems.
...
(See: http://www.silkroad.com/bass/linux/bm.html for results ...)
This is another benchmark that tries to give a single performance
number, but without giving much thought to proper weighting of the
performance numbers. So: Please handle with care ...
1996-01-01 22:57:36 +00:00