Ignore:
Timestamp:
Jun 24, 2019, 5:00:47 PM (5 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
28564382
Parents:
1335e6f
Message:

remove qthreads benchmark and correct citation name for public access to benchmarks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/Makefile.am

    r1335e6f r64dc36e  
    1111## Created On       : Sun May 31 09:08:15 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Sun Jun 23 12:34:29 2019
    14 ## Update Count     : 52
     13## Last Modified On : Mon Jun 24 16:45:42 2019
     14## Update Count     : 53
    1515###############################################################################
    1616
     
    3131BENCH_V_JAVAC = $(__bench_v_JAVAC_$(__quiet))
    3232BENCH_V_UPP = $(__bench_v_UPP_$(__quiet))
    33 BENCH_V_QTHREAD = $(__bench_v_QTHREAD_$(__quiet))
    3433
    3534__quiet = verbose
     
    4645__bench_v_JAVAC_verbose = $(AM_V_JAVAC)
    4746__bench_v_UPP_verbose = $(AM_V_UPP)
    48 __bench_v_QTHREAD_verbose = $(AM_V_CC)
    4947
    5048
     
    176174        ctxswitch-upp_thread.run        \
    177175        ctxswitch-goroutine.run         \
    178         ctxswitch-java_thread.run       \
    179         ctxswitch-qthreads.run
     176        ctxswitch-java_thread.run
    180177
    181178
     
    224221        @echo "java JavaThread" >> a.out
    225222        @chmod a+x a.out
    226 
    227 ctxswitch-qthreads$(EXEEXT):
    228         $(BENCH_V_QTHREADS)$(COMPILE) -DBENCH_N=50000000 -I/u/pabuhr/software/qthreads/include -L/u/pabuhr/software/qthreads/lib -Xlinker -R/u/pabuhr/software/qthreads/lib $(srcdir)/ctxswitch/qthreads.c -lqthread
    229223
    230224## =========================================================================================================
     
    320314        creation-upp_thread.run                 \
    321315        creation-goroutine.run                  \
    322         creation-java_thread.run                \
    323         creation-qthreads.run
     316        creation-java_thread.run
    324317
    325318creation-cfa_coroutine$(EXEEXT):
     
    349342        @echo "java JavaThread" >> a.out
    350343        @chmod a+x a.out
    351 
    352 creation-qthreads$(EXEEXT):
    353         $(BENCH_V_QTHREADS)$(COMPILE) -DBENCH_N=50000000 -I/u/pabuhr/software/qthreads/include -L/u/pabuhr/software/qthreads/lib -Xlinker -R/u/pabuhr/software/qthreads/lib $(srcdir)/ctxswitch/qthreads.c -lqthread
    354344
    355345## =========================================================================================================
Note: See TracChangeset for help on using the changeset viewer.