Changeset cf97ccb


Ignore:
Timestamp:
Feb 14, 2017, 5:05:47 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
5beb6cd, facc44f
Parents:
35cd219
Message:

Added benchmark that generates 1 line of csv

Location:
src/benchmark
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • src/benchmark/Makefile.am

    r35cd219 rcf97ccb  
    4444        @rm -f ./a.out
    4545
     46csv-data:
     47        @${CC} ${AM_CFLAGS} ${CFLAGS} $${ccflags} -nodebug -lrt -quiet -DN=10000000 csv-data.c
     48        @./a.out
     49        @rm -f ./a.out
  • src/benchmark/Makefile.in

    r35cd219 rcf97ccb  
    491491        @rm -f ./a.out
    492492
     493csv-data:
     494        @${CC} ${AM_CFLAGS} ${CFLAGS} $${ccflags} -nodebug -lrt -quiet -DN=10000000 csv-data.c
     495        @./a.out
     496        @rm -f ./a.out
     497
    493498# Tell versions [3.59,3.63) of GNU make to not export all variables.
    494499# Otherwise a system limit (for SysV at least) may be exceeded.
Note: See TracChangeset for help on using the changeset viewer.