Skip to content

Commit

Permalink
rename compare scripts
Browse files Browse the repository at this point in the history
They are used so much that deserve more simple names.
  • Loading branch information
Wu Fengguang committed Dec 11, 2011
1 parent 3d3989a commit d552ed9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion compare-io.sh → compare-io
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ cpu_idle

for e in ${IO_EXPRESSIONS[*]}
do
./compare.rb -e $e "$@"
./compare -e $e "$@"
echo
done
2 changes: 1 addition & 1 deletion compare-nfs.sh → compare-nfs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ nfs_commit_execute_time

for e in ${NFS_EXPRESSIONS[*]}
do
./compare.rb -e $e "$@"
./compare -e $e "$@"
echo
done
2 changes: 1 addition & 1 deletion compare-vm.sh → compare-vm
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ pgrotated

for e in ${VM_EXPRESSIONS[*]}
do
./compare.rb -e $e "$@"
./compare -e $e "$@"
echo
done

0 comments on commit d552ed9

Please sign in to comment.