run.sh 418 B

12345678910111213141516
  1. #!/bin/bash
  2. # Copyright (C) 2019 Intel Corporation. All rights reserved.
  3. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. IWASM="../../../product-mini/platforms/linux/build/iwasm"
  5. WAMRC="../../../wamr-compiler/build/wamrc"
  6. echo "Run coremark with native .."
  7. ./coremark.exe
  8. echo "Run coremark with iwasm mode .."
  9. ${IWASM} coremark.aot
  10. echo "Run coremakr with iwasm interpreter .."
  11. ${IWASM} coremark.wasm