Ignore:
Timestamp:
Jan 19, 2020, 4:16:27 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:
f090750
Parents:
9e63a2b
Message:

update benchmarks for concurrency paper

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/Makefile.am

    r9e63a2b r2316525  
    1111## Created On       : Sun May 31 09:08:15 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Fri Jan 10 11:29:52 2020
    14 ## Update Count     : 230
     13## Last Modified On : Sun Jan 19 12:55:02 2020
     14## Update Count     : 232
    1515###############################################################################
    1616
     
    8383basic_loop_DURATION = 15000000000
    8484basic_function_DURATION = 10000000000
     85basic_tls_fetch_add_DURATION = 10000000000
    8586basic_DURATION = 250000000
    8687
     
    291292ctxswitch-nodejs_coroutine$(EXEEXT):
    292293        echo "#!/bin/sh" > a.out
    293         echo "node $(srcdir)/ctxswitch/node_cor.js" >> a.out
     294        echo "nodejs $(srcdir)/ctxswitch/node_cor.js" >> a.out
    294295        chmod a+x a.out
    295296
     
    434435creation-nodejs_coroutine$(EXEEXT):
    435436        echo "#!/bin/sh" > a.out
    436         echo "node $(srcdir)/creation/node_cor.js" >> a.out
     437        echo "nodejs $(srcdir)/creation/node_cor.js" >> a.out
    437438        chmod a+x a.out
    438439
Note: See TracChangeset for help on using the changeset viewer.