Skip to content

Commit

Permalink
fix InferenceBenchmarks docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Jul 19, 2022
1 parent 06da800 commit f68f9ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/inference/InferenceBenchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Defines a benchmark suite for Julia-level compilation pipeline.
Note that this benchmark suite is only available for Julia 1.8 and higher.
This benchmark group `"inference"` is composed of the following subgroups:
- `"inference"`: benchmarks the overall Julia-level compilation pipeline per each static call
- `"abstract interpretation"`: benchmarks abstract interpretation per each static call (without optimization)
- `"optimization"`: benchmarks optimization passes applied per a single call frame
- `"allinference"`: benchmarks the overall Julia-level compilation pipeline for a static call graph
- `"abstract interpretation"`: benchmarks abstract interpretation for a static call graph (without optimization)
- `"optimization"`: benchmarks optimization passes applied for a single call frame
"""
module InferenceBenchmarks

Expand Down

0 comments on commit f68f9ee

Please sign in to comment.