simpleidserver / EFCore.Cassandra

Entity Framework Core provider for Cassandra
Apache License 2.0
35 stars 16 forks source link

Extend benchmarks to demonstrate scalability #14

Closed pluskal closed 3 years ago

pluskal commented 3 years ago

To show scaling, this PR adds the BatchedInsertData benchmark.

Due to the instability of communication between the benchmark and Cassandra, the CassandraBenchmarkConfig eliminates unnecessary benchmark trials.

For simple benchmark debugging, I also add ifdef into the Main method. Benchmark should always run in the release configuration, so there is no harm to it.