-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
combination benchmark #363
Conversation
Hello! It looks like the tests are failing because the interpreter couldn't parse the command-line arguments. I think you want |
My bad! Just fixed that. |
Thanks! Now the tests are failing because of the missing |
Hmmm, when I run that command, I get the .out file, but no .prof is automatically generated. I have the -p flag in my turnt.toml file. When I run in the command line with the -p flag, I get the total_dyn_inst printed to the terminal, so I'm not sure why it's having trouble making the file through turnt... my turnt.toml file is currently: |
I can copy paste it from the terminal into a .prof file? Would that work or no? |
You can certainly do it manually. Or you can just use Line 4 in abb0d81
|
That worked! Thank you so much. |
Looks good; thanks! |
Compute binomial combination, ie. n choose k, for positive integers.