darwin-kperf-criterion 0.1.0

Criterion measurement plugin using Apple's hardware performance counters
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "@rust/darwin-kperf-criterion",
  "version": "0.1.0",
  "private": true,
  "description": "Criterion measurement plugin using Apple's hardware performance counters",
  "license": "MIT OR Apache-2.0",
  "scripts": {
    "lint:clippy": "just clippy"
  },
  "dependencies": {
    "@rust/darwin-kperf": "workspace:*",
    "@rust/darwin-kperf-events": "workspace:*"
  }
}