Skip to content

Commit

Permalink
Note Chairmarks' equivalent of @benchmarkable (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner authored Jan 10, 2025
1 parent 80e84d0 commit 594bce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 594bce9

Please sign in to comment.