Skip to content

Commit

Permalink
[ci skip] Note on how files in benchmark/ are organized
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Feb 19, 2020
1 parent 403ea5a commit bd834ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions benchmark/benchmarks.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Each file of the form "bench_$(name).jl" in this directory is `include`d and
# its last statement is assumed to be a `BenchmarkGroup`. This group is added
# to the top-level group `SUITE` with the `$name` extracted from the file name.

using BenchmarkTools
SUITE = BenchmarkGroup()
for file in sort(readdir(@__DIR__))
Expand Down

0 comments on commit bd834ff

Please sign in to comment.