chore(ci): measure and report key sizes used in benchmarks

Size of boostrapping and key switching keys used in benchmarks are
measured and then sent to Slab to be stored into our benchmark
database.
This commit is contained in:
David Testé
2023-01-03 18:01:14 +01:00
committed by David Testé
parent c302a4f871
commit 0876d7fec0
9 changed files with 279 additions and 14 deletions

View File

@@ -129,6 +129,14 @@ required-features = ["shortint", "internal-keycache"]
name = "generates_test_keys"
required-features = ["shortint", "internal-keycache"]
[[example]]
name = "boolean_key_sizes"
required-features = ["boolean", "internal-keycache"]
[[example]]
name = "shortint_key_sizes"
required-features = ["shortint", "internal-keycache"]
[[example]]
name = "micro_bench_and"
required-features = ["boolean"]