-
-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* master -> main * SEAL 3.7.2 * bump version * update SEAL tests * drop python 3.6 * disable HEXL * update tag * update publish workflow * drop test * drop python 3.6 * debug HEXL crash * bump version again
- Loading branch information
Showing
10 changed files
with
15 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.3.6" | ||
__version__ = "0.3.8" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
937c260
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'Python-Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.tests/python/benchmarks/test_mnist_eval.py::test_perf_mnist_eval_square1
118.65722322245308
iter/sec (stddev: 0.00044763163472738647
)276.1475560217584
iter/sec (stddev: 0.00006186892682107817
)2.33
tests/python/benchmarks/test_mnist_eval.py::test_perf_mnist_eval_fc1
0.41788464250883145
iter/sec (stddev: 0.0879320963226636
)0.857408340916583
iter/sec (stddev: 0.006544595880842634
)2.05
tests/python/benchmarks/test_mnist_eval.py::test_perf_mnist_eval_square2
233.1327216934137
iter/sec (stddev: 0.00022919922997682122
)530.9374265180059
iter/sec (stddev: 0.00010576095098332314
)2.28
tests/python/benchmarks/test_mnist_eval.py::test_perf_mnist_eval_fc2
3.8734349334635416
iter/sec (stddev: 0.000736560123310463
)8.027629616348994
iter/sec (stddev: 0.0005103320274115597
)2.07
tests/python/benchmarks/test_ops.py::test_perf_ckks_ops[1024-ckks_test-square]
236.56266461941905
iter/sec (stddev: 0.0003293481580065922
)483.94983282975755
iter/sec (stddev: 0.000020240633125991168
)2.05
tests/python/benchmarks/test_ops.py::test_perf_ckks_ops[1024-ckks_test-sub]
12245.87363022354
iter/sec (stddev: 0.000007004665457519263
)24721.585504954113
iter/sec (stddev: 0.000006433347497136693
)2.02
tests/python/benchmarks/test_ops.py::test_perf_ckks_ops[16384-ckks_test-square]
58.3650041884797
iter/sec (stddev: 0.001128010101041142
)120.39206707199756
iter/sec (stddev: 0.000026489796765365958
)2.06
This comment was automatically generated by workflow using github-action-benchmark.