Cargo Features

resctl-bench has no features set by default.

[dependencies]
resctl-bench = { version = "2.2.5", features = ["lambda"] }
lambda = aws-config, aws-sdk-s3, aws-sdk-ssm, lambda_runtime, md5, octocrab, tokio

Enables lambda of resctl-bench-intf

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

aws-config lambda?

Enables aws-config ^0.55.3

For the lambda feature. We prefer rustls for all the crates we use to avoid incompatibilities.

aws-sdk-s3 lambda?

Enables aws-sdk-s3 ^0.28.0

aws-sdk-ssm lambda?

Enables aws-sdk-ssm ^0.28.0

lambda_runtime lambda?

Enables lambda_runtime ^0.8.1

md5 lambda?
octocrab lambda?

Enables octocrab ^0.28.0

tokio lambda?