Manually ran the benchmarks before they existed, they are based of the following commit (ae00d6f7a994dfaa845ff27ffbeda24777ee3dcb) before we introduced some modifications to a SQL uery inside the applications-service.
Date: June 4th, 2019
PR: N/A
Job: N/A
goos: linux
goarch: amd64
pkg: github.com/chef/automate/components/applications-service/integration_test
BenchmarkIngestionNewServices-8 500 2984512 ns/op
BenchmarkIngestionUpdateServices-8 1000 1379584 ns/op
BenchmarkGetServiceGroups/max_1000_with_0_groups-8 2000 1086397 ns/op
BenchmarkGetServiceGroups/max_1000_with_100_groups-8 300 4835134 ns/op
BenchmarkGetServiceGroups/max_1000_with_200_groups-8 100 12445892 ns/op
BenchmarkGetServiceGroups/max_1000_with_300_groups-8 50 23853620 ns/op
BenchmarkGetServiceGroups/max_1000_with_400_groups-8 30 38263011 ns/op
BenchmarkGetServiceGroups/max_1000_with_500_groups-8 20 57440173 ns/op
BenchmarkGetServiceGroups/max_1000_with_600_groups-8 20 79326538 ns/op
BenchmarkGetServiceGroups/max_1000_with_700_groups-8 10 105000394 ns/op
BenchmarkGetServiceGroups/max_1000_with_800_groups-8 10 135190633 ns/op
BenchmarkGetServiceGroups/max_1000_with_900_groups-8 10 170120838 ns/op
BenchmarkGetServiceGroups/max_1000_with_1000_groups-8 5 209791096 ns/op
BenchmarkGetServiceGroupsHeavyLoad/max_5000_with_0_groups-8 2000 1145751 ns/op
BenchmarkGetServiceGroupsHeavyLoad/max_5000_with_1000_groups-8 5 216568134 ns/op
BenchmarkGetServiceGroupsHeavyLoad/max_5000_with_2000_groups-8 2 817030687 ns/op
BenchmarkGetServiceGroupsHeavyLoad/max_5000_with_3000_groups-8 1 1816115175 ns/op
BenchmarkGetServiceGroupsHeavyLoad/max_5000_with_4000_groups-8 1 3229842237 ns/op
BenchmarkGetServiceGroupsHeavyLoad/max_5000_with_5000_groups-8 1 6008568507 ns/op
BenchmarkGetServices/max_1000_with_0_services-8 1000 1596784 ns/op
BenchmarkGetServices/max_1000_with_100_services-8 1000 1821476 ns/op
BenchmarkGetServices/max_1000_with_200_services-8 500 2138585 ns/op
BenchmarkGetServices/max_1000_with_300_services-8 1000 2201083 ns/op
BenchmarkGetServices/max_1000_with_400_services-8 1000 2289376 ns/op
BenchmarkGetServices/max_1000_with_500_services-8 500 2523762 ns/op
BenchmarkGetServices/max_1000_with_600_services-8 500 2767650 ns/op
BenchmarkGetServices/max_1000_with_700_services-8 500 3025296 ns/op
BenchmarkGetServices/max_1000_with_800_services-8 500 3233865 ns/op
BenchmarkGetServices/max_1000_with_900_services-8 500 3502905 ns/op
BenchmarkGetServices/max_1000_with_1000_services-8 500 3873317 ns/op
BenchmarkGetServicesHeavyLoad/max_5000_with_0_services-8 1000 1291691 ns/op
BenchmarkGetServicesHeavyLoad/max_5000_with_1000_services-8 300 3859798 ns/op
BenchmarkGetServicesHeavyLoad/max_5000_with_2000_services-8 200 6387005 ns/op
BenchmarkGetServicesHeavyLoad/max_5000_with_3000_services-8 200 8805813 ns/op
BenchmarkGetServicesHeavyLoad/max_5000_with_4000_services-8 100 11113148 ns/op
BenchmarkGetServicesHeavyLoad/max_5000_with_5000_services-8 100 13338030 ns/op
PASS
coverage: 0.0% of statements
ok github.com/chef/automate/components/applications-service/integration_test 153.752s