Skip to content

Commit

Permalink
fix: remove benchmarks
Browse files Browse the repository at this point in the history
Work done in `feat/partial_coordinates` breaks the current benchmarks.
Later MR will reintroduce new benchmarks compatible with the new inner workings
of the key derivation.
  • Loading branch information
tbrezot committed Feb 2, 2024
1 parent ca3f1cc commit 775c557
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 496 deletions.
8 changes: 0 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ name = "cosmian_cover_crypt"
# The cdylib is only interesting if the `--features ffi` flag is set on build
# This does not seem to be actionable conditionally https://github.com/rust-lang/cargo/issues/4881

# [[bench]]
# name = "benches"
# harness = false

[features]
full_bench = []
hybridized_bench = []

[dependencies]
cosmian_crypto_core = { version = "9.2.0", default-features = false, features = ["ser", "sha3", "aes", "curve25519"] }
pqc_kyber = { version = "0.4", features = ["std", "hazmat"] }
Expand Down
43 changes: 0 additions & 43 deletions benches/BENCHMARKS_classic.md

This file was deleted.

43 changes: 0 additions & 43 deletions benches/BENCHMARKS_hybridized.md

This file was deleted.

Loading

0 comments on commit 775c557

Please sign in to comment.