Skip to content

Commit

Permalink
updated expected hash values
Browse files Browse the repository at this point in the history
  • Loading branch information
jtramm committed Aug 9, 2018
1 parent 5070dd2 commit d2ae9d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DEBUG = no
PROFILE = no
STATUS = yes
PAPI = no
VERIFY = yes
VERIFY = no

#===============================================================================
# Program name & source code list
Expand Down
4 changes: 2 additions & 2 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ int main(int argc, char * argv[])
printf("Lookups: "); fancy_int(input.lookups*input.particles);
printf("Lookups/s: "); fancy_int((double) input.lookups*input.particles / (stop-start));
#ifdef VERIFICATION
unsigned long long large = 842241;
unsigned long long small = 62018;
unsigned long long large = 489504;
unsigned long long small = 376237;
if( input.HM == LARGE )
{
if( vhash == large )
Expand Down

0 comments on commit d2ae9d5

Please sign in to comment.