Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/Makefile.am

    rc6f1f3e r2385236  
    1111## Created On       : Sun May 31 09:08:15 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Mon Jun 24 16:45:42 2019
    14 ## Update Count     : 53
     13## Last Modified On : Mon Jul 29 18:02:19 2019
     14## Update Count     : 54
    1515###############################################################################
    1616
     
    5050REPEAT   = ${abs_top_builddir}/tools/repeat
    5151STATS    = ${abs_top_srcdir}/tools/stat.py
    52 repeats  = 3 # 30
    53 arch     = x64
     52# NEED AT LEAST 4 DATA VALUES FOR BENCHMARKS BECAUSE THE MAX AND MIN VALUES ARE REMOVED
     53repeats  = 5 # 31 for benchmarks
    5454skipcompile = no
    5555TIME_FORMAT = "%E"
     
    100100@DOifskipcompile@
    101101        @+make compile.csv
    102         @-+make compile.diff.csv
    103102@DOendif@
    104103        @+make ctxswitch.csv
    105         @-+make ctxswitch.diff.csv
    106104        @+make mutex.csv
    107         @-+make mutex.diff.csv
    108105        @+make signal.csv
    109         @-+make signal.diff.csv
    110106@DOifskipcompile@
    111         cat compile.csv
    112         -cat compile.diff.csv
     107        @cat compile.csv
    113108@DOendif@
    114         cat ctxswitch.csv
    115         -cat ctxswitch.diff.csv
    116         cat mutex.csv
    117         -cat mutex.diff.csv
    118         cat signal.csv
    119         -cat signal.diff.csv
     109        @cat ctxswitch.csv
     110        @cat mutex.csv
     111        @cat signal.csv
    120112
    121113compile.csv:
     
    151143        @+make waitfor-cfa2.runquiet >> $@
    152144        @$(srcdir)/fixcsv.sh $@
    153 
    154 %.diff.csv: %.csv
    155         @test -e $(srcdir)/baselines/$(arch)/$< || (echo "Error : Missing baseline for ${<}" && false)
    156         @$(srcdir)/baselines/calc.py $(srcdir)/baselines/$(arch)/$(<) $(<) > $@
    157 
    158145
    159146## =========================================================================================================
Note: See TracChangeset for help on using the changeset viewer.