Skip to content

Commit

Permalink
update quickbench
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Oswald committed Apr 28, 2023
1 parent c40a0cd commit a661abb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions benchmarks/quickbench.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

#Proof to quickbench
proof = "../proofs/hyperslate/benchmarks/Branch100-150.slt"
ranks = [1, 2, 3, 4, 5, 6, 7, 8] #Num Ranks to test
ranks = [1, 2, 3, 4, 5, 6] #Num Ranks to test
#ParallelVerifier Args to test with
MPIArgs = [
("Original", "Serial"),
("NoOpt", "Serial"),
("LoadBalance", "Serial")
# ("Original", "Serial"),
# ("NoOpt", "Serial"),
# ("LoadBalance", "Serial")
]

OMPArgs = [
Expand Down
Binary file modified benchmarks/res.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a661abb

Please sign in to comment.