Skip to content

Commit

Permalink
Integrate review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
filchristou committed Mar 12, 2024
1 parent 900f788 commit e13a171
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/runbenchandupload.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: RunUploadBenchmarks
env:
JULIA_NUM_THREADS: 1
JULIA_NUM_THREADS: auto
on:
pull_request:
types: [labeled]
Expand All @@ -13,7 +13,6 @@ jobs:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.allow_failure }}
permissions: write-all
strategy:
fail-fast: false
matrix:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ benchmark/Manifest.toml
.benchmarkci
*.cov
/Manifest.toml
notes
/docs/Manifest.toml
/docs/src/index.md
/docs/src/contributing.md
Expand Down
2 changes: 1 addition & 1 deletion benchmark/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
BenchmarkTools = "1"
BenchmarkTools = "1.5"
2 changes: 0 additions & 2 deletions benchmark/benchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,3 @@ parallelbenchmarks = ["parallel/egonets.jl"]
foreach(parallelbenchmarks) do bm
include(joinpath(BENCHDIR, bm))
end

nothing
2 changes: 0 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -171,5 +171,3 @@ tests = [
end
end
end;

nothing;

0 comments on commit e13a171

Please sign in to comment.