zeam-vm / pelemay

Pelemay is a native compiler for Elixir, which generates SIMD instructions. It has a plan to generate for GPU code.
Apache License 2.0
186 stars 14 forks source link

Separated benchmarks into an independent C program. #138

Closed zacky1972 closed 4 years ago

zacky1972 commented 4 years ago

Is your feature request related to a problem? Please describe. Current benchmark requires Erlang VM. It may be heavy to use. It is also not useful to be corrected statistics by perf.

Describe the solution you'd like Separated benchmarks into an independent C program.

Describe alternatives you've considered None.

Additional context None.