Skip to content

Commit 2d7946a

Browse files
authored
Merge pull request #6 from lls1129/fix-potential-typo
Fix potential typo in micro_sorting
2 parents c808b15 + 5188ac3 commit 2d7946a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/micro/micro_sorting.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ using namespace COMPILED_MPC_PROTOCOL_NAMESPACE;
1010
#define MAX_ROW_EXPONENT 20
1111

1212
int main(int argc, char** argv) {
13-
[executable - threads_num - p_factor -
13+
// [executable - threads_num - p_factor -
1414
// batch_size]
1515
orq_init(argc, argv);
1616
auto pID = runTime->getPartyID();

0 commit comments

Comments
 (0)