From 1bfdca9144db2782ffe034d882b046a1c2244af6 Mon Sep 17 00:00:00 2001 From: Lilith Orion Hafner Date: Fri, 10 Jan 2025 16:13:10 -0600 Subject: [PATCH] Note Chairmarks' equivalent of @benchmarkable --- docs/src/migration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/migration.md b/docs/src/migration.md index 70fbe75c..25975668 100644 --- a/docs/src/migration.md +++ b/docs/src/migration.md @@ -72,6 +72,7 @@ diverse base API. | `@btime` | `display(@b _); _` | `@time` | | N/A | `(@b _).allocs` | `@allocations` | | `@ballocated` | `(@b _).bytes` | `@allocated` | +| `@benchmarkable` | `()->@be` | N/A | Chairmarks may provide `@belapsed`, `@btime`, `@ballocated`, and `@ballocations` in the future.