Skip to content

Commit

Permalink
Test parallel-benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Jan 5, 2020
1 parent 8c583be commit 7631e4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -56,8 +56,8 @@ jobs:
install:
- julia -e 'using Run; Run.prepare("benchmark")'
before_script:
- git fetch origin '+refs/heads/master:refs/remotes/origin/master'
- git branch master origin/master
- git fetch origin '+refs/heads/parallel-benchmark:refs/remotes/origin/parallel-benchmark'
- git branch parallel-benchmark origin/parallel-benchmark
# Run benchmark outside `script` so that it's hidden by default:
- julia -e 'using Run; Run.script("benchmark/runjudge_multi_thread.jl")'
script:
Expand Down
2 changes: 1 addition & 1 deletion benchmark/runjudge_multi_thread.jl
Expand Up @@ -27,7 +27,7 @@ group_target = benchmarkpkg(

group_baseline = benchmarkpkg(
dirname(@__DIR__),
mkconfig(id = "master"),
mkconfig(id = "parallel-benchmark"),
script = joinpath(benchdir, "benchmarks.jl"),
progressoptions = progressoptions,
resultfile = joinpath(benchdir, "result-baseline.json"),
Expand Down

0 comments on commit 7631e4e

Please sign in to comment.