[commtech] Remove pipe_comm to produce 50000000 l

Multiply by 10 the number of cache line send from the producer to the
consumer to have a more accurate mean. This require excluding pipe_comm
as this bench is way too slow to send so much data.
This commit is contained in:
Thomas Preud'homme 2011-01-16 17:27:21 +01:00
parent 35a81bb736
commit 1867515152
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ LDFLAGS:=-L$(LIBDIR) -lpthread -ldl
CC=gcc
# Files
BINNAMES:=c_cache_comm pipe_comm lamport_comm shared_mem_opt_comm fake_comm csq_comm fast_forward_comm mcringbuffer_comm #jikes_barrier_comm asm_cache_comm
BINNAMES:=c_cache_comm lamport_comm shared_mem_opt_comm fake_comm csq_comm fast_forward_comm mcringbuffer_comm #pipe_comm jikes_barrier_comm asm_cache_comm
CALCLIBSNAMES:=calc_mat calc_useless_loop
BINS:=$(patsubst %,$(BINDIR)/%,$(BINNAMES))
CALCLIBS:=$(patsubst %,$(LIBDIR)/$(CALCDIR)/lib%.so.1,$(CALCLIBSNAMES))

View File

@ -15,7 +15,7 @@ typeCacheList="L2 Memory" # Niveau de cache partage
perfOpt="stat -r 10 -e cycles -e L1-dcache-loads -e L1-dcache-stores -e LLC-load-misses -e LLC-store-misses"
# Const
nbIter="5000000" # Nb de lignes produites
nbIter="50000000" # Nb de lignes produites
sizeBuf="1" # En nombre de lignes de cache
# Nom generique des fichiers de log