Skip to content

Commit

Permalink
small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Feb 7, 2018
1 parent 4f5bf90 commit 3854dd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/define_benchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Benchmarks are to be written in `<PKGROOT>/benchmark/benchmarks.jl` and are defi

## Custom requirements for benchmarks

`<PKGROOT>/benchmark/REQUIRE` can contain dependencies needed to run the benchmark suite, similarly how `<PKGROOT>/benchmark/REQUIRE` can contain dependencies for the tests.
`<PKGROOT>/benchmark/REQUIRE` can contain dependencies needed to run the benchmark suite, similarly how `<PKGROOT>/test/REQUIRE` can contain dependencies for the tests.
2 changes: 1 addition & 1 deletion src/benchmarkconfig.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ end

"""
BenchmarkConfig(;id::Union{String, Void} = nothing,
juliacmd::Cmd = `$(joinpath(JULIA_HOME, Base.julia_exename()))`,
juliacmd::Cmd = `joinpath(JULIA_HOME, Base.julia_exename())`,
env::Dict{String, Any} = Dict{String, Any}())
Creates a `BenchmarkConfig` from the following keyword arguments:
Expand Down

0 comments on commit 3854dd2

Please sign in to comment.