Skip to content

Commit 9fdacbb

Browse files
authored
Merge pull request #42 from ofek/patch-1
Update CI provider in README.md
2 parents 89c8a67 + 1625185 commit 9fdacbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ assert_eq!(search.query_until("ab-NO-MATCH-"), Err(2)); // No match on byte at i
239239
## Features
240240
- **Generic type support**: As the above examples show, trie-rs can be used for searching not only UTF-8 string but also other data types.
241241
- **Based on [louds-rs](https://crates.io/crates/louds-rs)**, which is fast, parallelized, and memory efficient.
242-
- **Latest benchmark results are always accessible**: trie-rs is continuously benchmarked in Travis CI using [Criterion.rs](https://crates.io/crates/criterion). Graphical benchmark results are published [here](https://laysakura.github.io/trie-rs/criterion/report/).
242+
- **Latest benchmark results are always accessible**: trie-rs is continuously benchmarked in GitHub Actions using [Criterion.rs](https://crates.io/crates/criterion). Graphical benchmark results are published [here](https://laysakura.github.io/trie-rs/criterion/report/).
243243
- `map::Trie` associates a `Value` with each entry.
244244
- `Value` does not require any traits.
245245
- `Label: Clone` not required to create `Trie<Label>` but useful for many reifying search operations like `predictive_search()`.

0 commit comments

Comments
 (0)