Skip to content

Commit

Permalink
Remove seccomp settings from docker
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Jun 18, 2020
1 parent 41708bb commit f6c64e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm-engines/run_benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ docker run --privileged \
-v $(pwd)/node-timer.js:/engines/node/node-timer.js \
-v $(pwd)/wamr_aot.sh:/engines/wamr/wamr_aot.sh \
-v $(pwd)/fizzy.sh:/engines/fizzy/fizzy.sh \
--security-opt seccomp=$(pwd)/dockerseccompprofile.json -it ewasm/bench:1 bash /benchprep/bench_wasm_and_native.sh
-it ewasm/bench:1 bash /benchprep/bench_wasm_and_native.sh

0 comments on commit f6c64e9

Please sign in to comment.