changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/bench/json.lisp

changeset 698: 96958d3eb5b0
parent: f4a464cc1628
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 ;;; json.lisp --- DAT/JSON Benchmarks
2 
3 ;;; Code:
4 (defpackage :core/bench/json
5  (:nicknames :bench/json)
6  (:use :cl :std :rt :rt/bench :rt/cover :log :dat/proto :dat/json))
7 
8 (in-package :core/bench/json)
9 (defsuite :json-bench)
10 (in-suite :json-bench)