Created
December 3, 2020 16:51
-
-
Save sandeep-datta/f9706238e7a65c0d6aad545fde533aae to your computer and use it in GitHub Desktop.
EpiJudge perf issue reproducer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
for i in {1..10} | |
do | |
make reverse_bits swap_bits count_bits parity | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment