Skip to content

Commit

Permalink
rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
schochastics committed Sep 22, 2023
1 parent 44450c5 commit 39eb6db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ devtools::install_github("schochastics/adaR")

## Example

This is a basic example which shows all the returned components
This is a basic example which shows all the returned components.

```{r example}
library(adaR)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ devtools::install_github("schochastics/adaR")

## Example

This is a basic example which shows all the returned components
This is a basic example which shows all the returned components.

``` r
library(adaR)
Expand Down Expand Up @@ -120,6 +120,6 @@ bench::mark(
#> # A tibble: 2 × 6
#> expression min median `itr/sec` mem_alloc `gc/sec`
#> <bch:expr> <bch:tm> <bch:tm> <dbl> <bch:byt> <dbl>
#> 1 ada 10.2ms 10.2ms 98.4 2.67MB 0
#> 2 urltools 304.2ms 304.2ms 3.29 2.59MB 19.7
#> 1 ada 10.7ms 10.7ms 93.6 2.67MB 0
#> 2 urltools 328.1ms 328.1ms 3.05 2.59MB 18.3
```

0 comments on commit 39eb6db

Please sign in to comment.