Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/Makefile.in

    r2316525 r9e1fa35  
    421421basic_loop_DURATION = 15000000000
    422422basic_function_DURATION = 10000000000
    423 basic_tls_fetch_add_DURATION = 10000000000
    424423basic_DURATION = 250000000
    425424ctxswitch_pthread_DURATION = 25000000
     
    934933ctxswitch-nodejs_coroutine$(EXEEXT):
    935934        echo "#!/bin/sh" > a.out
    936         echo "nodejs $(srcdir)/ctxswitch/node_cor.js" >> a.out
     935        echo "node $(srcdir)/ctxswitch/node_cor.js" >> a.out
    937936        chmod a+x a.out
    938937
     
    10691068creation-nodejs_coroutine$(EXEEXT):
    10701069        echo "#!/bin/sh" > a.out
    1071         echo "nodejs $(srcdir)/creation/node_cor.js" >> a.out
     1070        echo "node $(srcdir)/creation/node_cor.js" >> a.out
    10721071        chmod a+x a.out
    10731072
Note: See TracChangeset for help on using the changeset viewer.