Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
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
Do not mark SpeedTest for concurrent execution
  • Loading branch information
manticore-projects committed Apr 23, 2022
commit 884583d71cfd5c7e89032e81520d53643803795f
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import org.junit.jupiter.api.parallel.Execution;
import org.junit.jupiter.api.parallel.ExecutionMode;

@Execution(ExecutionMode.CONCURRENT)
//@Execution(ExecutionMode.CONCURRENT)
public class SpeedTest {

private final static int NUM_REPS_500 = 500;
Expand Down