Merge win32 branche (1.1.2.1) with main trunc !
This commit is contained in:
8
util/Makefile
Normal file
8
util/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
all: ndbench
|
||||
|
||||
ndbench: ndbench.c ../../libver/ver.h ../lib/node.h ../../libver/libver.so ../lib/libnode.so Makefile
|
||||
gcc -g -o ndbench -I ../../libver -I ../lib -ldl ../../libver/libver.so ../lib/libnode.so ndbench.c
|
||||
|
||||
clean:
|
||||
rm ndbench
|
||||
29
util/ndbench.dsw
Normal file
29
util/ndbench.dsw
Normal file
@@ -0,0 +1,29 @@
|
||||
Microsoft Developer Studio Workspace File, Format Version 6.00
|
||||
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "ndbench"=.\ndbench.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Global:
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<3>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
3
util/test-all.ndb
Normal file
3
util/test-all.ndb
Normal file
@@ -0,0 +1,3 @@
|
||||
Batch_Run test-10K.ndb
|
||||
Batch_Run test-100K.ndb
|
||||
Batch_Run test-1M.ndb
|
||||
Reference in New Issue
Block a user