Skip to content

Commit

Permalink
added new benchmarking tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AKorpusenko committed Apr 9, 2024
1 parent 895ab32 commit 11cef51
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion scripts/degradation-tester/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ Packages:
Tests:
- Name: "VerifyRSASignature"
OpDelta: 10
- Path: "./protocol/v2/ssv/queue"
Tests:
- Name: "BenchmarkPriorityQueue_Parallel"
OpDelta: 5.0
- Name: "BenchmarkPriorityQueue_Parallel_Lossy"
OpDelta: 5.0
- Name: "benchmarkPriorityQueueParallel"
OpDelta: 5.0
- Name: "BenchmarkPriorityQueue_Concurrent"
OpDelta: 5.0
- Path: "./protocol/v2/types"
Tests:
- Name: "VerifyBLS"
Expand All @@ -14,4 +24,5 @@ Packages:
- Name: "VerifyPKCS1v15FastHash"
OpDelta: 6.0
- Name: "VerifyPSS"
OpDelta: 5.0
- Name: "BenchmarkVerifyPKCS1v15OpenSSL"
- Name: "BenchmarkSignPKCS1v15OpenSSL"

0 comments on commit 11cef51

Please sign in to comment.