Skip to content

Commit

Permalink
Publishing Report to Github Pages (#154)
Browse files Browse the repository at this point in the history
* Create report.yml

* Update README.md

* Update README.md
  • Loading branch information
deneonet committed Jun 16, 2024
1 parent 31bbd85 commit dc627dd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Publish Report
on: [push, pull_request]

jobs:
publish:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4

- name: Publish report to GitHub Pages
uses: rayluo/[email protected]

with:
source-directory: report
target-branch: gh-pages
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a test suite for benchmarking various Go serialization methods.

# Current Serialization Results

http://htmlpreview.github.io/?https://github.com/alecthomas/go_serialization_benchmarks/report/index.html
https://alecthomas.github.io/go_serialization_benchmarks

## Running the benchmarks

Expand Down

0 comments on commit dc627dd

Please sign in to comment.