Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 385 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 385 Bytes

SwiftRoaringBenchmarks

Docker

$ git clone https://github.com/piotte13/SwiftRoaringBenchmarks.git
$ cd SwiftRoaringBenchmarks
$ docker build -t swift-roaring-benchmarks-docker .
$ docker run -it swift-roaring-benchmarks-docker

# If you want to copy graphs back to your local machine (host)
$ CONTAINER_ID=$(docker ps -alq)
$ docker cp $CONTAINER_ID:/usr/src/Graphs .