Changes in benchmark/Makefile.am [2316525:9e1fa35]
- File:
-
- 1 edited
-
benchmark/Makefile.am (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/Makefile.am
r2316525 r9e1fa35 11 11 ## Created On : Sun May 31 09:08:15 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Sun Jan 19 12:55:02 202014 ## Update Count : 23 213 ## Last Modified On : Fri Jan 10 11:29:52 2020 14 ## Update Count : 230 15 15 ############################################################################### 16 16 … … 83 83 basic_loop_DURATION = 15000000000 84 84 basic_function_DURATION = 10000000000 85 basic_tls_fetch_add_DURATION = 1000000000086 85 basic_DURATION = 250000000 87 86 … … 292 291 ctxswitch-nodejs_coroutine$(EXEEXT): 293 292 echo "#!/bin/sh" > a.out 294 echo "node js$(srcdir)/ctxswitch/node_cor.js" >> a.out293 echo "node $(srcdir)/ctxswitch/node_cor.js" >> a.out 295 294 chmod a+x a.out 296 295 … … 435 434 creation-nodejs_coroutine$(EXEEXT): 436 435 echo "#!/bin/sh" > a.out 437 echo "node js$(srcdir)/creation/node_cor.js" >> a.out436 echo "node $(srcdir)/creation/node_cor.js" >> a.out 438 437 chmod a+x a.out 439 438
Note:
See TracChangeset
for help on using the changeset viewer.