prestodb / benchto

Framework for running macro benchmarks in a clustered environment
Apache License 2.0
24 stars 18 forks source link

Add tests with multiple queries for the concurrency test #72

Open yingsu00 opened 2 years ago

yingsu00 commented 2 years ago

DriverAppIntegrationTest.testConcurrentBenchmark() uses test_concurrent_benchmark.yaml which contains only 1 query. We need to test the case where there are many queries. Each thread shall be able to pick up more or less equal amount of work/queries.