mirror of
https://github.com/13hannes11/UU_la_parallel_programming_practical_assignments.git
synced 2024-09-04 00:50:58 +02:00
add new line and increase operations count
This commit is contained in:
@@ -17,7 +17,7 @@ using namespace std::chrono;
|
||||
#define DEBUG_MSG(str) do { } while ( false )
|
||||
#endif
|
||||
|
||||
#define OP_COUNT 100000
|
||||
#define OP_COUNT 1000000
|
||||
#define THREADS 4
|
||||
|
||||
int done_count = 0;
|
||||
@@ -85,7 +85,7 @@ void run_checker() {
|
||||
adt_stack->do_op(&op);
|
||||
}
|
||||
}
|
||||
std::cout << "Done checking operations" << std::endl;
|
||||
std::cout << std::endl << "Done checking operations" << std::endl;
|
||||
}
|
||||
|
||||
int main(){
|
||||
|
||||
Reference in New Issue
Block a user