diff --git a/benchmarks/linear_regression.py b/benchmarks/linear_regression.py index 5b2f29a0c..5419cf562 100644 --- a/benchmarks/linear_regression.py +++ b/benchmarks/linear_regression.py @@ -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__": diff --git a/benchmarks/x_negative.py b/benchmarks/x_negative.py index d9a00f340..c03a66135 100644 --- a/benchmarks/x_negative.py +++ b/benchmarks/x_negative.py @@ -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__":