Rantanen / intercom

Object based cross-language FFI for Rust
MIT License
63 stars 7 forks source link

Benchmarks to evaluate performance impact of intercom #55

Closed Fluxie closed 6 years ago

Fluxie commented 6 years ago

Currently measure the performance of low-level string operations.

Rantanen commented 6 years ago

I guess the plan is to include more intercom-related performance test here as well? In its current state I'd rather have it somewhere such as /misc/tests/strlen-perf/.. and keep the /test/.. directory for tests that exercise intercom code.

I'm merging this with the assumption that it will become a perf suite, that primarily tests intercom perf (argument conversions, function call overhead, etc.), in the future.

Fluxie commented 6 years ago

guess the plan is to include more intercom-related performance test here as well?

Yup, that's the idea. But I was also considering some other folder but I couldn't come up with a better one for now.