You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message: 'After the build completes, the updated documentation will be available [here](https://quantumkithub.github.io/TensorKit.jl/previews/PR${{ github.event.number }}/)'
Copy file name to clipboardExpand all lines: benchmark/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ To do this, you can use the `--modules` flag to specify which modules to run.
12
12
Alternatively, you can use the `TensorKitBenchmarks` module directly, which is designed after `BaseBenchmarks` to allow for conditional loading of the benchmarks.
13
13
14
14
For a more streamlined CLI experience, you can use [`AirspeedVelocity.jl`](https://github.com/MilesCranmer/AirspeedVelocity.jl) to run the benchmarks.
15
-
The following command will run the benchmarks and compare with the current master branch:
15
+
The following command will run the benchmarks and compare with the current main branch:
16
16
17
17
```bash
18
18
benchpkg TensorKit \
19
-
--rev=dirty,master \
19
+
--rev=dirty,main \
20
20
-o benchmark/results/ \
21
21
-exeflags="--threads=4"
22
22
```
@@ -25,7 +25,7 @@ To compare with previous results, the following command can be used:
0 commit comments