3 Commits

Author SHA1 Message Date
Palash Tyagi
f4355a43e2 Merge 2e071a6974 into 9696cd47bd 2025-05-05 02:50:40 +01:00
Palash Tyagi
9696cd47bd Update benchmark command to include features flag 2025-05-05 02:23:59 +01:00
Palash Tyagi
1ad25d7e0b Fix file paths for documentation assets in GitHub Pages deployment 2025-05-05 02:21:25 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -103,8 +103,8 @@ jobs:
cp tarpaulin-report.json target/doc/docs/
cp tarpaulin-badge.json target/doc/docs/
cp last-commit-date.json target/doc/docs/
mkdir -p target/doc/docs/.github
cp .github/rustframe_logo.png target/doc/docs/.github/
mkdir -p target/doc/.github
cp .github/rustframe_logo.png target/doc/.github/rustframe_logo.png
echo "<meta http-equiv=\"refresh\" content=\"0; url=docs\">" > target/doc/index.html
- name: Upload Pages artifact

View File

@@ -34,7 +34,7 @@ jobs:
toolchain: stable
- name: Run benchmarks
run: cargo bench
run: cargo bench --features bench
- name: Upload benchmark reports
uses: actions/upload-artifact@v4