Skip to content

Commit

Permalink
refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Dec 30, 2024
1 parent 0f9509f commit dec91a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion logic-programming/test
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pad () {
begin=$(($(date +%s)))
for file in *.pl
do
echo -en "$(pad "${file}" -24)"
echo -en "$(pad "${file}" -26)"
start=$(($(date +%s%N)/1000000))
eye --quiet --logic-program "${file}" > output/${file}
end=$(($(date +%s%N)/1000000))
Expand Down
2 changes: 1 addition & 1 deletion reasoning/test
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ begin=$(($(date +%s)))
for dir in */
do
pushd "${dir}" > /dev/null
echo -en "$(pad "${file}${dir}" -24)"
echo -en "$(pad "${file}${dir}" -26)"
start=$(($(date +%s%N)/1000000))
./test > /dev/null
end=$(($(date +%s%N)/1000000))
Expand Down

0 comments on commit dec91a8

Please sign in to comment.