This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

👷 Publish perf testing results for main

+4
+4
.github/workflows/docs.yml
··· 28 28 with: { toolchain: stable } 29 29 - uses: actions-rs/cargo@v1 30 30 with: { command: doc, args: --no-deps } 31 + - uses: extractions/setup-just@v2 32 + - run: just timings 33 + - name: publish results.csv as timings.csv 34 + run: cp results.csv target/doc/timings.csv 31 35 - name: make / redirect to /shapemaker/index.html 32 36 run: | 33 37 echo '<meta http-equiv="refresh" content="0; url=shapemaker/index.html">' > target/doc/index.html