Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
hrbrmstr
speedtest
Commits
22e542ad
Verified
Commit
22e542ad
authored
Oct 14, 2018
by
hrbrmstr
🛌
Browse files
cloc
parent
61d64fb0
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
22 additions
and
829 deletions
+22
-829
README.Rmd
README.Rmd
+6
-0
README.html
README.html
+0
-829
README.md
README.md
+9
-0
README_cache/gfm/unnamed-chunk-13_ea042d41f7055d0784f2db8b8df9b01a.RData
...m/unnamed-chunk-13_ea042d41f7055d0784f2db8b8df9b01a.RData
+0
-0
README_cache/gfm/unnamed-chunk-13_ea042d41f7055d0784f2db8b8df9b01a.rdb
...gfm/unnamed-chunk-13_ea042d41f7055d0784f2db8b8df9b01a.rdb
+0
-0
README_cache/gfm/unnamed-chunk-13_ea042d41f7055d0784f2db8b8df9b01a.rdx
...gfm/unnamed-chunk-13_ea042d41f7055d0784f2db8b8df9b01a.rdx
+0
-0
man/spd_test.Rd
man/spd_test.Rd
+7
-0
No files found.
README.Rmd
View file @
22e542ad
...
...
@@ -180,6 +180,12 @@ ggplot(ul_results_full, aes(x="Upload Test", y=bw)) +
theme(legend.position="none")
```
## speedtest Metrics
```{r echo=FALSE}
cloc::cloc_pkg_md()
```
## Code of Conduct
Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.
\ No newline at end of file
README.html
deleted
100644 → 0
View file @
61d64fb0
This source diff could not be displayed because it is too large. You can
view the blob
instead.
README.md
View file @
22e542ad
...
...
@@ -307,6 +307,15 @@ ggplot(ul_results_full, aes(x="Upload Test", y=bw)) +
<img
src=
"README_files/figure-gfm/unnamed-chunk-12-1.png"
width=
"672"
/>
## speedtest Metrics
| Lang |
\#
Files | (%) | LoC | (%) | Blank lines | (%) |
\#
Lines | (%) |
| :--- | -------: | ---: | --: | ---: | ----------: | ---: | -------: | ---: |
| HTML | 1 | 0.06 | 819 | 0.73 | 10 | 0.07 | 0 | 0.00 |
| R | 13 | 0.81 | 215 | 0.19 | 70 | 0.51 | 167 | 0.68 |
| Rmd | 1 | 0.06 | 64 | 0.06 | 49 | 0.36 | 78 | 0.32 |
| make | 1 | 0.06 | 20 | 0.02 | 9 | 0.07 | 0 | 0.00 |
## Code of Conduct
Please note that this project is released with a
[
Contributor Code of
...
...
README_cache/gfm/unnamed-chunk-13_ea042d41f7055d0784f2db8b8df9b01a.RData
0 → 100644
View file @
22e542ad
File added
README_cache/gfm/unnamed-chunk-13_ea042d41f7055d0784f2db8b8df9b01a.rdb
0 → 100644
View file @
22e542ad
README_cache/gfm/unnamed-chunk-13_ea042d41f7055d0784f2db8b8df9b01a.rdx
0 → 100644
View file @
22e542ad
File added
man/spd_test.Rd
View file @
22e542ad
...
...
@@ -12,4 +12,11 @@ performs download & upload tests and returs the best result.
}
\details{
Make a command-line alias or executable with:
\code{Rscript --quiet -e 'speedtest::spd_test()'}
}
\examples{
\dontrun{
spd_test()
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment