-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
#! /bin/sh | ||
|
||
# 5c8df559fbbe5156c06996be9c34397f hash for "lzx" | ||
# 5c8df559fbbe5156c06996be9c34397f hash for "lzx" | ||
# Evaluating execution time for one thread | ||
./brute 2 3 65-90:97-122 5c8df559fbbe5156c06996be9c34397f 1 | ||
|
||
# Evaluating execution time for four threads | ||
./brute 2 3 65-90:97-122 5c8df559fbbe5156c06996be9c34397f 4 | ||
./brute 2 3 65-90:97-122 5c8df559fbbe5156c06996be9c34397f 1 | ||
# Evaluating execution time for four threads | ||
./brute 2 3 65-90:97-122 5c8df559fbbe5156c06996be9c34397f 4 | ||
|
||
|