Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ansi-test ansi-test
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 15
    • Issues 15
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • ansi-test
  • ansi-testansi-test
  • Merge requests
  • !38

Merged
Created Dec 30, 2019 by Marius Gerbershagen@mgerbershagenMaintainer

Compile tests in batches

  • Overview 1
  • Commits 1
  • Changes 1

Currently, we call compile once for every test (or even multiple times if signals-error is used). This is very inefficient for implementations which have a compiler with a large overhead for every compile call.

This merge request introduces changes such that multiple tests are compiled in one go.

I tested this on ECL and SBCL and found no difference in output.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: batch-compilation