Skip to content

Commit

Permalink
bug: Fix benchmark report. Not available on web.
Browse files Browse the repository at this point in the history
  • Loading branch information
shanecelis committed Apr 29, 2024
1 parent 8673a66 commit ff2ebc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:
run: echo '<meta http-equiv="refresh" content="0;url=trie_rs/index.html">' > target/doc/index.html
- name: Run benchmarks
run: cargo bench --all
- name: Add benchmark redirect
run: echo '<meta http-equiv="refresh" content="0;url=report/index.html">' > target/criterion/index.html
- name: Move benchmarks
run: mv target/criterion target/doc/
run: mv target/criterion target/doc/criterion
- name: Remove lock file
run: rm target/doc/.lock
- name: Upload artifact
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Memory efficient trie (prefix tree) and map library based on LOUDS.
|
[Released API Docs](https://docs.rs/crate/trie-rs)
|
[Benchmark Results](https://laysakura.github.io/trie-rs/criterion/report/)
[Benchmark Results](criterion/report/)
|
[Changelog](https://github.com/laysakura/trie-rs/blob/master/CHANGELOG.md)

Expand Down

0 comments on commit ff2ebc2

Please sign in to comment.