refactor(benchmarks): reduce alert tolerance from 5% to 2% from the cleartext version

This commit is contained in:
Umut
2021-10-12 17:46:58 +03:00
parent acdb80c6e3
commit 1c935f2d92
2 changed files with 2 additions and 2 deletions

View File

@@ -225,7 +225,7 @@ def main():
# Measure: Non Homomorphic Loss = non_homomorphic_loss
# Measure: Homomorphic Loss = homomorphic_loss
# Measure: Relative Loss Difference Between Homomorphic and Non Homomorphic Implementation (%) = difference
# Alert: Relative Loss Difference Between Homomorphic and Non Homomorphic Implementation (%) > 5
# Alert: Relative Loss Difference Between Homomorphic and Non Homomorphic Implementation (%) > 2
if __name__ == "__main__":

View File

@@ -302,7 +302,7 @@ def main():
# Measure: Non Homomorphic Accuracy = non_homomorphic_accuracy
# Measure: Homomorphic Accuracy = homomorphic_accuracy
# Measure: Accuracy Difference Between Homomorphic and Non Homomorphic Implementation (%) = difference
# Alert: Accuracy Difference Between Homomorphic and Non Homomorphic Implementation (%) > 5
# Alert: Accuracy Difference Between Homomorphic and Non Homomorphic Implementation (%) > 2
if __name__ == "__main__":