Update benchmark scripts

This commit is contained in:
2021-05-30 21:45:07 -05:00
parent f01562e37f
commit 7db8d723f7
6 changed files with 246 additions and 222 deletions

View File

@@ -8,7 +8,7 @@ VERSION := 0.2
build/sysimage.so: src/utils/sysimage.jl Project.toml Manifest.toml
mkdir -p build
mkdir -p benchmark/results/test
cd benchmark; $(JULIA) --trace-compile=../build/precompile.jl run.jl test/case14.1.sol.json
cd benchmark; $(JULIA) --trace-compile=../build/precompile.jl benchmark.jl test/case14
$(JULIA) src/utils/sysimage.jl
clean: