Skip to content

Commit dd59993

Browse files
committed
Deploying to stdlib-fpm from @ 03b1695 🚀
1 parent 7d6c255 commit dd59993

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/test_32_bit_hash_performance.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ program test_32_bit_hash_performance
2727
integer(int32) :: rand_object(rand_size)
2828
integer(int8) :: test_object(test_size)
2929

30-
open( newunit=lun, file="32_bit_hash_performance.txt", &
30+
open( newunit=lun, file="32_bit_hash_performance_log.txt", &
3131
access="sequential", action="write", form="formatted", &
3232
position="rewind" )
3333

test/test_64_bit_hash_performance.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ program test_64_bit_hash_performance
2727
integer(int8) :: test_object(test_size)
2828

2929

30-
open( newunit=lun, file="64_bit_hash_performance.txt", &
30+
open( newunit=lun, file="64_bit_hash_performance_log.txt", &
3131
access="sequential", action="write", form="formatted", &
3232
position="rewind" )
3333

0 commit comments

Comments
 (0)