refactor(benchmarks): increase error tolerance of some benchmarks

This commit is contained in:
Umut
2021-11-25 10:14:15 +03:00
parent 39b168dfd5
commit 39557720ca
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -42,7 +42,7 @@ def main():
correct += 1
# bench: Measure: Accuracy (%) = (correct / len(inputs)) * 100
# bench: Alert: Accuracy (%) != 100
# bench: Alert: Accuracy (%) < 95
if __name__ == "__main__":