@@ -58,24 +58,6 @@ install:
5858 @ just _build-compiler-darwin arm64
5959 stack install
6060
61- bench-arm64-darwin :
62- @ just build-compiler-arm64 -darwin
63- @ NEUT={{ justfile_directory ()}} / bin/ neut-arm64 -darwin PLATFORM=arm64 -darwin {{ justfile_directory ()}} / bench/ script/ bench-darwin.sh
64- @ echo " \n Generating graphs..."
65- @ sh -c " cd {{ justfile_directory ()}} /bench/script/render && rm -rf node_modules && npm install && ./node_modules/.bin/ts-node ./main.ts arm64-darwin"
66-
67- bench-darwin platform :
68- @ just _build-native {{ platform}}
69- @ NEUT={{ justfile_directory ()}} / bin/ neut-{{ platform}} PLATFORM={{ platform}} {{ justfile_directory ()}} / bench/ script/ bench-darwin.sh
70- @ echo " \n Generating graphs..."
71- @ sh -c " cd {{ justfile_directory ()}} /bench/script/render && rm -rf node_modules && npm install && ./node_modules/.bin/ts-node ./main.ts {{ platform}} "
72-
73- bench-linux platform : # platform \in {amd64-linux , arm64-linux }
74- @ just _build-native {{ platform}}
75- @ NEUT={{ justfile_directory ()}} / bin/ neut-{{ platform}} PLATFORM={{ platform}} {{ justfile_directory ()}} / bench/ script/ bench-linux.sh
76- @ echo " \n Generating graphs..."
77- @ sh -c " cd {{ justfile_directory ()}} /bench/script/render && rm -rf node_modules && npm install && ./node_modules/.bin/ts-node ./main.ts {{ platform}} "
78-
7961test :
8062 @ just test-amd64 -linux
8163 @ just test-arm64 -linux
@@ -96,11 +78,8 @@ test-arm64-darwin:
9678test-arm64-darwin-single target :
9779 @ NEUT={{ justfile_directory ()}} / bin/ neut-arm64 -darwin TARGET_ARCH=arm64 CLANG_PATH=${NEUT_ARM64 _DARWIN_CLANG_PATH} ./ test/ test-darwin-single.sh ./ test/ {{ target}}
9880
99- test-bench-darwin :
100- @ NEUT={{ justfile_directory ()}} / bin/ neut-arm64 -darwin PLATFORM=arm64 -darwin {{ justfile_directory ()}} / bench/ script/ bench-darwin-mini.sh
101-
10281update-core new -version :
103- @ NEW_VERSION={{ new-version}} ./ test/ update-core.sh ./ test/ statement ./ test/ term ./ test/ misc ./ test/ pfds . / bench / action
82+ @ NEW_VERSION={{ new-version}} ./ test/ update-core.sh ./ test/ statement ./ test/ term ./ test/ misc ./ test/ pfds
10483
10584release :
10685 @ echo " creating a release: $VERSION"
0 commit comments