Skip to content

[ENGINEERING] Benchmark suite needs cleanup #70

Description

@developerfred

Problem

Benchmark files reference non-existent functions causing compilation failures.

Errors Found

ERROR [163:31] cannot find function `compile_from_source` in crate `bend_pvm`
ERROR [173:31] cannot find function `compile_from_source` in crate `bend_pvm`
ERROR [194:31] cannot find function `compile_from_source` in crate `bend_pvm`

Files Affected

  • benches/compiler_benchmarks.rs
  • benches/performance_benchmarks.rs

Recommendation

  1. Either implement compile_from_source function
  2. Or remove the benchmarks that depend on it
  3. Run cargo bench --no-run to verify before/after

Priority

Low - Only affects benchmark development

Labels

  • engineering
  • cleanup

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions