Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance tests #45

Merged
merged 65 commits into from
Jul 6, 2023
Merged
Changes from 1 commit
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
b9c3f6c
Move test files into unit folder. Create benchmark folder and cipher …
mariags803 May 18, 2023
a021f2d
Merge branch 'develop' into performance-tests
mariags803 May 18, 2023
d0cff19
Create benchmark tests for sat and statistical_tests. Update Dockerfile
yessica-rd May 18, 2023
3ccb00d
Create a github action to execute benchmark tests.
mariags803 May 19, 2023
76c5e88
Fix run-benchmark-tests.yaml
mariags803 May 19, 2023
26a056e
Reduce parameters in neural_network_blackbox_distinguisher_tests benc…
mariags803 May 22, 2023
6cad6ea
Fix benchmark tests.
mariags803 May 22, 2023
e2cc626
Upgrade actions/checkout to v3 for Github actions.
AnaCaceres May 23, 2023
44ec213
Merge branch 'develop' into performance-tests
mariags803 May 24, 2023
8a0d870
Comment test_run_avalanche_nist_statistics_test_with_aes_cipher.
mariags803 May 24, 2023
5447d7e
Limit pytest-benchmark tests in makefile command.
mariags803 May 24, 2023
2b56fe6
Remove run-benchmark-tests Github action.
mariags803 May 29, 2023
2ad1c2d
Add new benchmark tests GitHub action.
AnaCaceres Jun 5, 2023
3cd58ff
Run all benchmark test in self-hosted runner.
AnaCaceres Jun 6, 2023
5b15520
Changed default timeout minutes to benchmark tests stage
sharathvutpala Jun 6, 2023
2f0574f
Increased timeout-minutes further
sharathvutpala Jun 7, 2023
4202b46
Skip neural network benchmark tests.
AnaCaceres Jun 12, 2023
f35733d
Remove loadfile for benchmark tests.
AnaCaceres Jun 12, 2023
b246a70
Run only sat_xor_differential_model_test.py in benchmark tests.
mariags803 Jun 13, 2023
063648e
Update benchmark-tests to use one single thread; change number of rou…
yessica-rd Jun 20, 2023
87e22c6
Change benchmark-tests tests path
yessica-rd Jun 20, 2023
d3e0670
Update README.md
yessica-rd Jun 21, 2023
58a1131
Change benchmark-tests to test parallelization
yessica-rd Jun 21, 2023
a4f817d
Change benchmark-tests to remove test parallelization
yessica-rd Jun 21, 2023
6daf976
Merge branch 'develop' into performance-tests
AnaCaceres Jun 26, 2023
37db81f
Add benchmark tests results to repository.
AnaCaceres Jun 26, 2023
d776ee9
Add benchmark tests results to repository.
AnaCaceres Jun 26, 2023
b0197bf
Update run-benchmark-tests action.
mariags803 Jun 26, 2023
e2d9d63
Update run-benchmark-tests action.
mariags803 Jun 26, 2023
705079b
Add benchmark test results
github-actions[bot] Jun 26, 2023
b07255b
Add benchmark test results
github-actions[bot] Jun 26, 2023
f9ed4f0
Add benchmark test results
github-actions[bot] Jun 26, 2023
ac3b8a9
Update run-benchmark-tests action.
mariags803 Jun 26, 2023
eeb95d6
Add benchmark test results
github-actions[bot] Jun 26, 2023
66f9287
Add benchmark test results
github-actions[bot] Jun 26, 2023
3e666d4
Update run-benchmark-tests action.
mariags803 Jun 26, 2023
88d0c1a
Add benchmark test results
github-actions[bot] Jun 26, 2023
d5dab7e
Merge remote-tracking branch 'origin/performance-tests' into performa…
mariags803 Jun 26, 2023
7ec8182
Update run-benchmark-tests action.
mariags803 Jun 26, 2023
0c68d6f
Add benchmark test results
github-actions[bot] Jun 26, 2023
a9e7b30
Update run-benchmark-tests action.
mariags803 Jun 26, 2023
a3d3c0e
Add benchmark test results
github-actions[bot] Jun 26, 2023
9f413d0
Update run-benchmark-tests and run-pytest-and-sonarcloud-scan actions.
mariags803 Jun 26, 2023
583d837
Add benchmark test results
github-actions[bot] Jun 26, 2023
7839aa8
Add benchmark test results
github-actions[bot] Jun 26, 2023
54a873c
Add benchmark test results
github-actions[bot] Jun 26, 2023
72b7827
Add benchmark test results
github-actions[bot] Jun 26, 2023
5ff5b97
Add benchmark test results
github-actions[bot] Jun 26, 2023
3589a93
Add benchmark test results
github-actions[bot] Jun 26, 2023
8074cb2
Add benchmark test results
github-actions[bot] Jun 26, 2023
ad96e1d
Add benchmark test results
github-actions[bot] Jun 26, 2023
03956bc
Add benchmark test results
github-actions[bot] Jun 26, 2023
e1c6f14
Update run-benchmark-tests action.
mariags803 Jun 26, 2023
82bfd3d
Update run-benchmark-tests action.
mariags803 Jun 26, 2023
e5ed3c4
Update run-benchmark-tests action.
mariags803 Jun 26, 2023
0e885d6
Add benchmark test results
github-actions[bot] Jun 26, 2023
6715201
Add benchmark test results
github-actions[bot] Jun 26, 2023
0241c39
Add benchmark test results
github-actions[bot] Jun 26, 2023
069acaf
Add benchmark test results
github-actions[bot] Jun 26, 2023
47f0796
Update run-benchmark-tests action. Add .benchmarks folder in .gitignore.
mariags803 Jun 26, 2023
96c17e8
Update groups in run-benchmark-tests and run-pytest-and-sonarcloud-sc…
mariags803 Jun 26, 2023
5dccfd6
Change run-benchmark-tests to not save the results files in the repos…
mariags803 Jun 26, 2023
b1fbc04
Uncomment tests in cipher_test.py
yessica-rd Jun 28, 2023
71f95d9
Add parameters to test_neural_network_blackbox_distinguisher_tests me…
yessica-rd Jun 28, 2023
d6291b3
Modify test_neural_network_blackbox_distinguisher_tests with speck an…
yessica-rd Jun 28, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Comment test_run_avalanche_nist_statistics_test_with_aes_cipher.
mariags803 committed May 24, 2023
commit 8a0d87079aacc5ae09296153bb3093177a5d305c
8 changes: 4 additions & 4 deletions tests/benchmark/statistical_tests_test.py
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ def test_run_avalanche_nist_statistics_test_with_speck_cipher(benchmark):
benchmark(tests.run_avalanche_nist_statistics_test, 0, 10, 10)


@pytest.mark.skip("Takes to long")
def test_run_avalanche_nist_statistics_test_with_aes_cipher(benchmark):
tests = StatisticalTests(aes)
benchmark(tests.run_avalanche_nist_statistics_test, 0, 10, 10)
# @pytest.mark.skip("Takes to long")
# def test_run_avalanche_nist_statistics_test_with_aes_cipher(benchmark):
# tests = StatisticalTests(aes)
# benchmark(tests.run_avalanche_nist_statistics_test, 0, 10, 10)