Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/Makefile.in

    r7ac3151 r26fd986  
    426426ctxswitch_rust_thread_DURATION = $(ctxswitch_pthread_DURATION)
    427427ctxswitch_cfa_generator_DURATION = 5000000000
    428 ctxswitch_nodejs_await_DURATION = 1000000 # otherwise out of memory
    429428ctxswitch_DURATION = 100000000
    430429
     
    457456        ctxswitch-cfa_thread2.run ctxswitch-upp_coroutine.run \
    458457        ctxswitch-upp_thread.run ctxswitch-python_coroutine.run \
    459         ctxswitch-nodejs_coroutine.run ctxswitch-nodejs_await.run \
    460         ctxswitch-goroutine_thread.run ctxswitch-rust_thread.run \
    461         ctxswitch-nodejs_coroutine.run ctxswitch-java_thread.run \
    462         ctxswitch-pthread.run $(am__append_1)
     458        ctxswitch-nodejs_coroutine.run ctxswitch-goroutine_thread.run \
     459        ctxswitch-rust_thread.run ctxswitch-nodejs_coroutine.run \
     460        ctxswitch-java_thread.run ctxswitch-pthread.run \
     461        $(am__append_1)
    463462testdir = $(top_srcdir)/tests
    464463all: all-am
     
    940939        chmod a+x a.out
    941940
    942 ctxswitch-nodejs_await$(EXEEXT):
    943         echo "#!/bin/sh" > a.out
    944         echo "nodejs $(srcdir)/ctxswitch/node_await.js" >> a.out
    945         chmod a+x a.out
    946 
    947941ctxswitch-goroutine_thread$(EXEEXT):
    948942        $(BENCH_V_GOC)go build -o a.out $(srcdir)/ctxswitch/goroutine.go
Note: See TracChangeset for help on using the changeset viewer.