Skip to content

Commit

Permalink
Fix hashset perf test (#2758)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws authored Sep 12, 2023
1 parent 605ca49 commit 7136495
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/perf/hashset/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright Kani Contributors
# SPDX-License-Identifier: Apache-2.0 OR MIT
[package]
name = "hashset"
version = "0.1.0"
edition = "2021"
description = "Verify HashSet basic behavior"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[package.metadata.kani.unstable]
stubbing = true
File renamed without changes.

0 comments on commit 7136495

Please sign in to comment.