Skip to content

Commit

Permalink
try fixing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
extrawurst committed Jan 17, 2025
1 parent 86ae576 commit 3ac5719
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions ip2country-bench/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bench-inside-docker:
IAI_ALLOW_ASLR=true cargo bench
5 changes: 1 addition & 4 deletions ip2country-bench/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@ build-docker:
docker build -t iai -f Dockerfile .

bench:
docker run -it -v "$(shell pwd)/..":/project iai \
docker run -it -v "$(sh -c pwd)/..":/project iai \
/bin/bash -c "cd /project/ip2country-bench && make bench-inside-docker"

bench-inside-docker:
IAI_ALLOW_ASLR=true cargo bench

0 comments on commit 3ac5719

Please sign in to comment.