File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 - name : build
1313 run : make
1414 - name : test
15- run : ./net data/bertrand_russell_ideas_that_have_harmed_mankind.txt -it 200
15+ run : ./net data/bertrand_russell_ideas_that_have_harmed_mankind.txt -it 200 -N 20 -L 2
1616
1717 build-windows :
1818
2626 - name : build
2727 run : mkdir build; cd build; cmake ..; cmake --build .
2828 - name : test
29- run : cd build; cd Debug; .\net.exe ..\..\data\bertrand_russell_ideas_that_have_harmed_mankind.txt -it 200
29+ run : cd build; cd Debug; .\net.exe ..\..\data\bertrand_russell_ideas_that_have_harmed_mankind.txt -it 200 -N 20 -L 2
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ compiler:
66
77script :
88 - make
9- - ./net data/bertrand_russell_ideas_that_have_harmed_mankind.txt -it 200
9+ - ./net data/bertrand_russell_ideas_that_have_harmed_mankind.txt -it 200 -N 20 -L 2
You can’t perform that action at this time.
0 commit comments