diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-27 12:26:47 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-03-27 12:26:47 +0000 |
commit | 1af771fdf0dc3b140ebdba225bc46e212b580e86 (patch) | |
tree | 55f1f6728e8501d5fedfda72e6241d005efc4a1a /benchmarks/nbench/files/patch-aa | |
parent | Activate seabattle. (diff) |
Import nbench port. nbench are BYTE magazine's native benchmarks.
Don't ask me how this differs from bytebench, but it seems to be
different enough to warrant a seperate port.
PR: 5330
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'benchmarks/nbench/files/patch-aa')
-rw-r--r-- | benchmarks/nbench/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/benchmarks/nbench/files/patch-aa b/benchmarks/nbench/files/patch-aa new file mode 100644 index 000000000000..e065dcf4b2c4 --- /dev/null +++ b/benchmarks/nbench/files/patch-aa @@ -0,0 +1,11 @@ +--- nbench1.h Thu Dec 11 20:54:46 1997 ++++ /home/andy/tmp/wrk/nbench1.h Wed Dec 17 08:28:11 1997 +@@ -352,7 +352,7 @@ + ** The Neural Net test requires an input data file. + ** The name is specified here. + */ +-char *inpath="NNET.DAT"; ++char *inpath="/usr/local/share/nbench/NNET.DAT"; + + /* + ** PROTOTYPES |