Skip to content

Commit

Permalink
Add new 'mock' feature for 'mock-mount-s3' binary (#1030)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Carl Jones <[email protected]>
  • Loading branch information
dannycjones authored Sep 24, 2024
1 parent 5d5e0ac commit ed4735d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mountpoint-s3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ fuse_tests = []
s3_tests = []
s3express_tests = []
shuttle = []
# Other feature flags
mock = ["mountpoint-s3-client/mock", "futures/thread-pool"]

[[bin]]
name = "mount-s3"
Expand All @@ -95,7 +97,7 @@ path = "src/main.rs"
[[bin]]
name = "mock-mount-s3"
path = "src/bin/mock-mount-s3.rs"
required-features = ["mountpoint-s3-client/mock"]
required-features = ["mock"]

[[bin]]
name = "mount-s3-log-analyzer"
Expand Down

1 comment on commit ed4735d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: ed4735d Previous: 5d5e0ac Ratio
seq_read_4t 10352.63671875 MiB 3756.09375 MiB 2.76

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.