Skip to content

Commit

Permalink
Removed time benchmarking on Darwin build workflow pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Oct 10, 2024
1 parent cd4f483 commit fb8b280
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_ci_darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- name: Run test scripts (x86)
run: |
start=$(date +%s%3N)
./dist/zhivo-darwin-arm64 ./test/arithmetic.zhv
./dist/zhivo-darwin-arm64 ./test/array.zhv
./dist/zhivo-darwin-arm64 ./test/digits.zhv
Expand All @@ -44,8 +43,6 @@ jobs:
./dist/zhivo-darwin-arm64 ./test/regex.zhv
./dist/zhivo-darwin-arm64 ./test/test.zhv
./dist/zhivo-darwin-arm64 ./test/types.zhv
end=$(date +%s%3N)
echo "Elapsed time: $((end - start)) ms"
- name: Run examples (x86)
run: |
Expand Down

0 comments on commit fb8b280

Please sign in to comment.