Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
efremropelato committed Nov 3, 2024
1 parent 4e77e80 commit ab02bb2
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions hyperfine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,4 @@ hyperfine --shell zsh --warmup 5 --runs 10 \
"./GO/main" \
"./RS/target/release/main " \
"cd JV && java Main && cd .." \
--export-markdown ./banchmark.md
# -- --conclude "cd .." \
# --prepare "cd JV && javac ./Main.java" \
# "java Main" \
# -- --conclude "cd .." \


# go build -o ./GO/main ./GO/main.go && \
# ./GO/main && \
# cd RS && cargo build --release -q && cd .. && \
# ./RS/target/release/main && \
# cd JV && javac ./Main.java && \
# java Main && \
# cd ..
--export-markdown ./banchmark.md

0 comments on commit ab02bb2

Please sign in to comment.