detailyang / ipc_benchmark

IPC benchmark on Linux
MIT License
73 stars 54 forks source link

Posix q #8

Closed jostmp closed 3 years ago

jostmp commented 4 years ago
  1. Added POSIX Queues test.
  2. Created a combined test app (ipc_bm) for testing on embedded target
  3. Added ARM variable to Makefile to use ARM cross compiler e.g. make ARM=1 all
  4. updated shell script and python scripts
detailyang commented 3 years ago

Many thanks!