Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sparr/experiment-actions-artifacts
https://github.com/sparr/experiment-actions-artifacts
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sparr/experiment-actions-artifacts
- Owner: sparr
- Created: 2022-08-10T12:06:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-23T21:15:55.000Z (over 2 years ago)
- Last Synced: 2024-10-13T11:22:06.256Z (2 months ago)
- Language: Shell
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# experiment-actions-artifacts
Example benchmark output:
```
{
"testName": "BenchmarkExample",
"numberOfTests": 100,
"testsRun": 100,
"stdDev": 0.04195513397009331,
"mean": 0.20546035199999998,
"min": 0.163587208,
"pct25": 0.183816071,
"pct50": 0.193919086,
"pct75": 0.212723167,
"pct90": 0.239507175,
"max": 0.424785023
}
```