]> pd.if.org Git - nbds/commit
add perf test driver
authorjdybnis <jdybnis@9ec2166a-aeea-11dd-8830-69e4bb380a4a>
Mon, 9 Mar 2009 21:02:28 +0000 (21:02 +0000)
committerjdybnis <jdybnis@9ec2166a-aeea-11dd-8830-69e4bb380a4a>
Mon, 9 Mar 2009 21:02:28 +0000 (21:02 +0000)
commit778b8c8ca708b082a1192acfb114a6751b2ad7c9
tree168aff8aa83e6db0b6b3377e57e2375a105f6bbd
parent5aa9223647fbb52fa8941d92c8896ebaf148b41c
add perf test driver
improve perf test
add single threaded ("unsafe") skiplist for comparison
minor refactoring
17 files changed:
include/common.h
makefile
map/hashtable.c
map/list.c
map/skiplist.c
map/unsafe_skiplist.c [new file with mode: 0644]
perf.sh [new file with mode: 0755]
runtime/lwt.c
runtime/mem.c
runtime/mem2.c [new file with mode: 0644]
runtime/mem_class_calc.c [new file with mode: 0644]
runtime/rcu.c
test/haz_test.c
test/map_test1.c
test/map_test2.c
test/perf_test.c
test/rcu_test.c