Ignore:
Timestamp:
Feb 20, 2020, 3:31:23 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
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:
46b11e2, 5b2b42e
Parents:
1d72a11
Message:

fixed scheduling benchmarks in jenkins to use consistent file naming

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/Makefile.in

    r1d72a11 r13d2dac  
    823823
    824824cleancsv:
    825         rm -f compile.csv basic.csv ctxswitch.csv mutex.csv schedint.csv
     825        rm -f compile.csv basic.csv ctxswitch.csv mutex.csv scheduling.csv
    826826
    827827jenkins$(EXEEXT): cleancsv
     
    834834        +make mutex.csv
    835835        -+make mutex.diff.csv
    836         +make schedint.csv
    837         -+make schedint.diff.csv
     836        +make scheduling.csv
     837        -+make scheduling.diff.csv
    838838@DOifskipcompile@
    839839        cat compile.csv
     
    844844        cat mutex.csv
    845845        -cat mutex.diff.csv
    846         cat schedint.csv
    847         -cat schedint.diff.csv
     846        cat scheduling.csv
     847        -cat scheduling.diff.csv
    848848
    849849compile.csv:
     
    875875        $(srcdir)/fixcsv.sh $@
    876876
    877 schedint.csv:
     877scheduling.csv:
    878878        echo "building $@"
    879879        echo "schedint-1,schedint-2,schedext-1,schedext-2" > $@
Note: See TracChangeset for help on using the changeset viewer.