Skip to content

Performance: test NoContractsFromMethod #81

@wmdietl

Description

@wmdietl

I think OPSC does not currently use method pre- or post-conditions.
It would be interesting to know what the performance impact of disabling contracts would be on the large benchmark.

eisop/checker-framework#878 makes it easy to disable method contracts.
Could you try using that, by adding something like:

  @Override
  protected ContractsFromMethod createContractsFromMethod() {
    return new NoContractsFromMethod();
  }

to your AnnotatedTypeFactory?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions