Changes in benchmark/Makefile.in [2316525:9e1fa35]
- File:
-
- 1 edited
-
benchmark/Makefile.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/Makefile.in
r2316525 r9e1fa35 421 421 basic_loop_DURATION = 15000000000 422 422 basic_function_DURATION = 10000000000 423 basic_tls_fetch_add_DURATION = 10000000000424 423 basic_DURATION = 250000000 425 424 ctxswitch_pthread_DURATION = 25000000 … … 934 933 ctxswitch-nodejs_coroutine$(EXEEXT): 935 934 echo "#!/bin/sh" > a.out 936 echo "node js$(srcdir)/ctxswitch/node_cor.js" >> a.out935 echo "node $(srcdir)/ctxswitch/node_cor.js" >> a.out 937 936 chmod a+x a.out 938 937 … … 1069 1068 creation-nodejs_coroutine$(EXEEXT): 1070 1069 echo "#!/bin/sh" > a.out 1071 echo "node js$(srcdir)/creation/node_cor.js" >> a.out1070 echo "node $(srcdir)/creation/node_cor.js" >> a.out 1072 1071 chmod a+x a.out 1073 1072
Note:
See TracChangeset
for help on using the changeset viewer.