mirror of
https://github.com/openfaas/faas.git
synced 2025-06-15 19:56:47 +00:00
13 lines
272 B
Plaintext
13 lines
272 B
Plaintext
apk add nodejs curl --update
|
|
time cat request.json | node handler.js -
|
|
cd /root
|
|
time cat request.json | node handler.js -
|
|
time (cat request.json | node handler.js -)
|
|
time (cat request.json | node handler.js )
|
|
cat > run.sh
|
|
chmod +x run.sh
|
|
.r/
|
|
./r
|
|
./run.sh
|
|
time ./run.sh
|