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