Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/Makefile.am

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