Skip to content

Commit

Permalink
Adding testing for CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
ineiti committed Feb 26, 2024
1 parent fdf9b2a commit e4fe765
Show file tree
Hide file tree
Showing 6 changed files with 1,054 additions and 119 deletions.
4 changes: 2 additions & 2 deletions integration/performance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ func BenchmarkIntegration_CustomVotesScenario_StuffBallots(b *testing.B) {

func customVotesScenario(b *testing.B, stuffing bool) {
numNodes := 3
numVotes := 200
transactions := 200
numVotes := 250
transactions := 250
numChunksPerBallot := 3
if stuffing {
// Fill every block of ballots with bogus votes to test performance.
Expand Down
3 changes: 3 additions & 0 deletions web/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package-lock.json -diff
yarn.lock -diff

Loading

0 comments on commit e4fe765

Please sign in to comment.