Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Test details HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
xlxs4 committed Jan 5, 2024
1 parent 3638249 commit 7107e69
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion content/logbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,15 @@ summary: logbook

## 05-01-2024

### Initial

Unique invalidations:

`invalidations.jl`:

<summary>`invalidations.jl`</summary>
<details>

```julia
using SnoopCompileCore

Expand All @@ -20,7 +27,10 @@ trees = invalidation_trees(invs);
methinvs = trees[end];
```

</details>

```julia-repl
julia> length(uinvalidated(invs))
6594
```
```

0 comments on commit 7107e69

Please sign in to comment.