Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/Makefile.in

    r9e1fa35 r2316525  
    421421basic_loop_DURATION = 15000000000
    422422basic_function_DURATION = 10000000000
     423basic_tls_fetch_add_DURATION = 10000000000
    423424basic_DURATION = 250000000
    424425ctxswitch_pthread_DURATION = 25000000
     
    933934ctxswitch-nodejs_coroutine$(EXEEXT):
    934935        echo "#!/bin/sh" > a.out
    935         echo "node $(srcdir)/ctxswitch/node_cor.js" >> a.out
     936        echo "nodejs $(srcdir)/ctxswitch/node_cor.js" >> a.out
    936937        chmod a+x a.out
    937938
     
    10681069creation-nodejs_coroutine$(EXEEXT):
    10691070        echo "#!/bin/sh" > a.out
    1070         echo "node $(srcdir)/creation/node_cor.js" >> a.out
     1071        echo "nodejs $(srcdir)/creation/node_cor.js" >> a.out
    10711072        chmod a+x a.out
    10721073
Note: See TracChangeset for help on using the changeset viewer.