Bases: congress.tests.base.Benchmark
Benchmark small datsource update to policy propagation.
Time the propagation of a datasource update from datasource.poll() to completion of a simple policy update.
Benchmark a datasource update.
Time the propagation of a datasource update from datasource.poll() to ending up in the datasource.dataPath queue.
Benchmark small datsource update to policy propagation.
Time the propagation of a large (100k row) datasource update from datasource.poll() to a simple policy update.
Benchmark small datsource update to policy propagation.
Time the propagation of a small (10 row) datasource update from datasource.poll() to a simple policy update.
Benchmark a large datasource update.
Time the propagation of a large (100k row) datasource update from datasource.poll() to ending up in the datasource.dataPath queue.
Benchmark a small datasource update.
Time the propagation of a small (10 row) datasource update from datasource.poll() to ending up in the datasource.dataPath queue.