# Functions
BenchmarkGRPCAndStore performs steps 1) creates client to GRPC server 2) filters files from a given directories 3) runs warm up request 4) runs benchmarks using the filtered files 5) stores results to a given storage.
# Structs
BenchmarkGRPCMeta collects metadata that is required for: - GRPC client connection - files filtering - proper push to storage.