HeuristicCompletion-Benchmarks

Description

HeuristicCompletion-Benchmarks measures the accuracy and other metrics of code completion suggestions by testing various prefix lengths on method calls within a given scope.

Details

Source
GitHub
Dialect
pharo (40% confidence)
License
MIT
Forks
1
Created
Jan. 6, 2025
Updated
March 30, 2026
Topics
pharo pharo-smalltalk

Categories

Testing

README excerpt

# HeuristicCompletion-Benchmarks

```smalltalk

Metacello new
  githubUser: 'omarabedelkader' project: 'HeuristicCompletion-Benchmarks' commitish: 'main' path: 'src';
  baseline: 'ExtendedHeuristicCompletionBenchmarks';
  load

```
← Back to results