Skip to content

Commit

Permalink
Update macrobenchmark scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
utaal committed Aug 19, 2024
1 parent cdfd365 commit 48dd717
Show file tree
Hide file tree
Showing 5 changed files with 449 additions and 173 deletions.
2 changes: 1 addition & 1 deletion macro-stats/linear-dafny-early.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ fi

print_header "cloning or updating repositories"

clone_and_update_repository "ironsync" "osdi2023-artifact" "git@github.com:secure-foundations/ironsync-osdi2023.git"
clone_and_update_repository "ironsync" "osdi2023-artifact" "https://github.com/secure-foundations/ironsync-osdi2023.git"

8 changes: 2 additions & 6 deletions macro-stats/summarize/encoding_bytes.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
set -e

tmpdir_path=$1
dir_name=$2

cd $tmpdir_path/$dir_name
cd $tmpdir_path

for project in ironsht nr verified-storage mimalloc page-table; do
byte_count=`wc -c $project/verus-encoding/* | grep ' total$' | sed 's/ total$//g'`
echo $project $byte_count
done
wc -c .verus-log/* | grep ' total$' | sed 's/ total$//g'
Loading

0 comments on commit 48dd717

Please sign in to comment.