Skip to content

Commit

Permalink
fdfdfdfdfdffdfdf
Browse files Browse the repository at this point in the history
  • Loading branch information
sumiya11 committed Jul 14, 2024
1 parent e1c76e9 commit d25bc1a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions benchmark/CI-scripts/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ function runbench()

for i in 1:SAMPLES
# Run benchmarks on master
# @info "Benchmarking Groebner.jl, master, running $dir_master"
# @time run(
# `$(Base.julia_cmd()) --startup-file=no --threads=$(nthreads()) --project=$dir_master $dir_master/run_benchmarks.jl $i`,
# wait=true
# )
@info "Benchmarking Groebner.jl, master, running $dir_master"
@time run(
`$(Base.julia_cmd()) --startup-file=no --threads=$(nthreads()) --project=$dir_master $dir_master/run_benchmarks.jl $i`,
wait=true
)

# Run benchmarks on nightly
@info "Benchmarking Groebner.jl, nightly, running $dir_nightly"
Expand Down

0 comments on commit d25bc1a

Please sign in to comment.