Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • cl-bench cl-bench
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ansi-test
  • cl-benchcl-bench
  • Issues
  • #2
Closed
Open
Issue created May 30, 2016 by Karsten Poeck@kpoeck

integrate clasp into cl-bench (and allegro-lite)

Since I don't manage a proper pull request, here the changes. #1 (closed) Clasp is not supported by trivial-garbage, so we need the following in the system definition: :depends-on (#:alexandria #-clasp #:trivial-garbage) and the following in cl-bench.lisp

 (defun bench-gc ()
-  (trivial-garbage:gc :full t))
+  #-clasp[tests.lisp](/uploads/4d09054f0f8bec3307482bb78fa13dbc/tests.lisp)
+  (trivial-garbage:gc :full t)
+  #+clasp nil)

Additionally some tests don't run (for errors in clasp) together I tried the test for allegro free edition where some tests do not run because of limited heap.

I attach all changed files cl-bench.asd cl-bench.lisp tests.lisp

Assignee
Assign to
Time tracking