Browse Source

Reduce the size of the data file for testing purpose

master
JT Acquaviva 4 years ago
parent
commit
7312936310
  1. 2
      test/reduce-traditional.c

2
test/reduce-traditional.c

@ -31,7 +31,7 @@ void reduce_data(int size){
int main(){
int size = 100;
int size = 40;
reduce_data(size);
return 0;
}

Loading…
Cancel
Save