Skip to content

Commit

Permalink
update bench example cabal to 3.10.2.1 and do only semantic bench
Browse files Browse the repository at this point in the history
  • Loading branch information
soulomoon committed Mar 5, 2024
1 parent ff8647b commit efc0a13
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions bench/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The number of samples to run per experiment.
# At least 100 is recommended in order to observe space leaks
samples: 50
samples: 1

buildTool: cabal

Expand All @@ -21,10 +21,10 @@ examples:
# Medium-sized project without TH
- name: cabal
package: Cabal
version: 3.6.3.0
version: 3.10.2.1
modules:
- src/Distribution/Simple.hs
- src/Distribution/Types/Module.hs
- src/Distribution/Types/ComponentLocalBuildInfo.hs
#- src/Distribution/Simple/Configure.hs
#- src/Distribution/Simple/BuildTarget.hs
extra-args: [] # extra HLS command line args
Expand Down Expand Up @@ -93,21 +93,21 @@ examples:

# The set of experiments to execute
experiments:
- "edit-header"
- "edit"
- "hover"
# - "edit-header"
# - "edit"
# - "hover"
- "semanticTokens"
- "hover after edit"
# - "hover after cradle edit"
- "getDefinition"
- "getDefinition after edit"
- "completions"
- "completions after edit"
- "code actions"
- "code actions after edit"
- "code actions after cradle edit"
- "documentSymbols after edit"
- "hole fit suggestions"
# - "hover after edit"
# # - "hover after cradle edit"
# - "getDefinition"
# - "getDefinition after edit"
# - "completions"
# - "completions after edit"
# - "code actions"
# - "code actions after edit"
# - "code actions after cradle edit"
# - "documentSymbols after edit"
# - "hole fit suggestions"

# An ordered list of versions to analyze
versions:
Expand Down

0 comments on commit efc0a13

Please sign in to comment.