mirror of
https://github.com/vale981/lack
synced 2025-03-04 08:51:41 -05:00
Fix a benchmark script. lack:lackup doesn't exist anymore.
This commit is contained in:
parent
77f99b4c18
commit
db0befc6d4
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
(in-package :cl-user)
|
||||
|
||||
(ql:quickload :lack)
|
||||
(ql:quickload '(:lack :clack))
|
||||
|
||||
(defpackage lack-benchmark.lack
|
||||
(:use :cl))
|
||||
(in-package :lack-benchmark.lack)
|
||||
|
||||
(lack:lackup
|
||||
(clack:lackup
|
||||
(lack:builder
|
||||
(:static :path (lambda (path)
|
||||
(if (ppcre:scan "^(?:/images/|/css/|/js/|/robot\\.txt$|/favicon.ico$)" path)
|
||||
|
|
Loading…
Add table
Reference in a new issue