Benchmark Question

Hello, everyone.

I have a question about benchmarking methods.
I'm looking to benchmark 'vec' and 'vec_deque,' and I'm curious about the methods others are using.
I would appreciate it if you could share your insights.

Thank you :slight_smile:

Usually people use criterion for benchmarks.

4 Likes

Thank you sincerely for your response!
I've been searching continuously, but I haven't come across any suitable reference materials...
If you don't mind... do you have any reference materials or sources I could look into?

Getting Started - Criterion.rs Documentation (bheisler.github.io)

2 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.