Skip to content

Commit c599dd6

Browse files
Merge pull request #163 from KentVejrupMadsen/main
synch.
2 parents ae61425 + 5263e2a commit c599dd6

File tree

23 files changed

+133682
-404
lines changed

23 files changed

+133682
-404
lines changed

.github/labeler.yml

Lines changed: 31 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Dataset directory
2+
dataset:
3+
- 'dataset/**/*'
4+
5+
# Machine types
16
desktops:
27
- 'dataset/csv/openhardwaremonitor/desktops/**/*'
38

@@ -7,28 +12,44 @@ laptops:
712
openhardwaremonitor:
813
- 'dataset/csv/openhardwaremonitor/**/*'
914

10-
15+
# file formats
1116
csv:
1217
- 'dataset/csv/**/*'
1318

14-
dataset:
15-
- 'dataset/**/*'
19+
xml:
20+
- 'dataset/xml/**/*'
21+
22+
json:
23+
- 'dataset/json/**/*'
24+
25+
documentation:
26+
- 'docs/**/*'
27+
28+
automations:
29+
- '.github/**/*'
30+
31+
code:
32+
- 'code/**/*'
33+
34+
scripts:
35+
- 'scripts/**/*'
1636

1737

18-
2018:
38+
# Adding labels for years
39+
year_2018:
1940
- 'dataset/csv/openhardwaremonitor/laptops/asus/x556u/2018/**/*'
2041

21-
2019:
42+
year_2019:
2243
- 'dataset/csv/openhardwaremonitor/laptops/asus/x556u/2019/**/*'
2344
- 'dataset/csv/openhardwaremonitor/desktops/asus/intel.sabertooth/2019/**/*'
2445

2546

26-
2020:
47+
year_2020:
2748
- 'dataset/csv/openhardwaremonitor/laptops/asus/gl553vd/2020/**/*'
2849
- 'dataset/csv/openhardwaremonitor/desktops/asus/intel.sabertooth/2020/**/*'
2950

30-
2021:
31-
- 'dataset/csv/openhardwaremonitor/laptops/asus/gl553vd/2021/**/*'
51+
year_2021:
52+
- 'dataset/csv/openhardwaremonitor/laptops/asus/gl533vd/2021/**/*'
3253

33-
2022:
34-
- 'dataset/csv/openhardwaremonitor/laptops/asus/gl553vd/2022/**/*'
54+
year_2022:
55+
- 'dataset/csv/openhardwaremonitor/laptops/asus/gl533vd/2022/**/*'

.github/workflows/labeler.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
name: Pull Request Labeler
2-
on:
3-
pull_request:
4-
branches: [ "main" ]
5-
push:
6-
branches: [ "pending" ]
1+
name: Labeling
2+
on: [ pull_request ]
73

84
jobs:
95
triage:

README.md renamed to Readme.md

Lines changed: 36 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,44 @@
1+
2+
# Hardware Performance Archive
13
![Repository cover image for social networks](preview.jpg)
24
[2022,
3-
Designermadsen,
4-
Deviantart](https://www.deviantart.com/designermadsen/art/Electronics-923444847)
5+
Designermadsen,
6+
Deviantart](https://www.deviantart.com/designermadsen/art/Electronics-923444847)
57

8+
This repository contains data that are recorded hardware performance. The raw data is saved in CSV fileformat and is located in the dataset directory.
69

7-
# Hardware Performance Archive
8-
This repository contains data that are recorded hardware performance.
9-
The raw data is saved in CSV fileformat and is located in the dataset directory.
10+
The release of the dataset Version 1.0.3 can be found and downloaded at [Kaggle](https://www.kaggle.com/datasets/kentvejrupmadsen/dataset-performance). You're welcome to experiement with it in 'notebooks' and etc.
1011

11-
The release of the dataset Version 1.0.2 can be found and downloaded at
12-
[Kaggle](https://www.kaggle.com/datasets/kentvejrupmadsen/dataset-performance).
13-
You're welcome to experiement with it in 'notebooks' and etc.
1412

15-
16-
# Overview
13+
## Overview
1714
* Go to content description At [this location](docs/contents.md).
18-
* Current Version at: V1.0.2
19-
* Size of dataset directory: 5.94 GB
20-
* Encoding of files in dataset directory: US-ASCII
21-
* First record at: 2018-09-17
22-
* Last record at: 2022-08-02
23-
* Dataset Record File format: CSV
24-
* Dataset exported to: None
25-
26-
27-
## Total size of the dataset
28-
* Datasets total size is: ( **5.94** GB )
29-
* dataset directory: 5.94 GB
15+
* Current Version at: V1.0.3
16+
* Size of dataset directory: 6.58 GB
17+
* Dataset
18+
* Encoding of files in dataset directory: US-ASCII
19+
* First record at: 2018-09-17
20+
* Last record at: 2022-09-04
21+
* Dataset Record File format: CSV
22+
23+
* Formatted: None
24+
25+
26+
### Total size of the dataset
27+
* Datasets total size is: ( **6.58** GB )
28+
* dataset directory: 6.58 GB
3029
* formats directory: 0.0 GB
3130
* JSON directory: 0.0 GB
3231
* XML Directory : 0.0 GB
3332
* TSV Directory : 0.0 GB
3433

3534

36-
## Tools
37-
* Files logged with [OpenHardwareMonitor it can be downloaded here](https://openhardwaremonitor.org/downloads/), it's
38-
repository is [on github](https://github.com/openhardwaremonitor/openhardwaremonitor)
35+
### Tools
36+
* Files logged with [OpenHardwareMonitor it can be downloaded here](https://openhardwaremonitor.org/downloads/), it's repository is [on github](https://github.com/openhardwaremonitor/openhardwaremonitor)
3937

4038

4139

42-
## Support
43-
Currently this repository only has support for CSV files. I am currently working on a solution.
44-
To have the files reformatted into other formats like json, xml and tsv.
40+
### Support
41+
Currently this repository only has support for CSV files. I am currently working on a solution. To have the files reformatted into other formats like json, xml and tsv.
4542

4643
Currently in development
4744
* ***Formats***
@@ -51,15 +48,14 @@ Currently in development
5148

5249

5350
* ***Code***
54-
* MySQL
55-
* PostgreSQL
51+
* [MySQL](https://www.mysql.com/)
52+
* [PostgreSQL](https://www.postgresql.org/)
5653

5754

5855
Currently also working on having the data sorted & filtered by Year. together with making branches for it.
5956

60-
## Download & Others
61-
* Kaggle,
62-
a place to download datasets and play with them. Performance data is setup as a [dataset](https://www.kaggle.com/datasets/kentvejrupmadsen/dataset-performance) and can be downloaded or used with code.
57+
### Download & Others
58+
* [Kaggle](https://www.kaggle.com/), a place to download datasets and play with them. Performance data is setup as a [dataset](https://www.kaggle.com/datasets/kentvejrupmadsen/dataset-performance) and can be downloaded or used with code.
6359

6460
* Download the current release
6561
[as tar.gz](https://github.com/KentVejrupMadsen/data.performance/archive/refs/tags/release-03-08-2022.tar.gz)
@@ -76,19 +72,14 @@ from
7672

7773
## Foot Notes
7874
* Keep in mind that this repository is a fork of the repository
79-
[Private-Data-Performance](https://github.com/KentMadsen/Private-Data-Performance/commits/master),
80-
at my previous
81-
[account](https://github.com/KentMadsen)
82-
as i have lost access to it.
83-
84-
* Author: [Kent vejrup Madsen](https://github.com/kentVejrupMadsen/)
75+
[Private-Data-Performance](https://github.com/KentMadsen/Private-Data-Performance/commits/master), at my previous [account](https://github.com/KentMadsen) as i have lost access to it.
76+
* Author - [Kent vejrup Madsen](https://github.com/KentVejrupMadsen)
8577
* Contact: Kent.vejrup.madsen@designermadsen.dk
8678
* Changelog: [Changes](docs/changelog.md)
87-
88-
* Copyright 2022 Kent vejrup Madsen
79+
* Copyright 2022 [Kent vejrup Madsen](https://github.com/KentVejrupMadsen)
8980
* Licenses
90-
* Source Code License: [MIT License](docs/licenses/sourcecode_license.md)
91-
* Dataset License: [Attribution 4.0 International](docs/licenses/dataset_license.md)
81+
* [MIT - Source Code License](docs/licenses/sourcecode_license.md)
82+
* [Dataset License - Attribution 4.0 International](docs/licenses/dataset_license.md)
9283

9384

9485

@@ -113,6 +104,6 @@ at my previous
113104

114105

115106
### Document
116-
* Original creation date is at: [31-01-2019](https://github.com/KentMadsen/Private-Data-Performance)
107+
* Original creation date is at: [31-01-2019](https://github.com/KentMadsen/Private-Data-Performance), Kent Madsen
117108
* Created at: 29-01-2020
118-
* Updated at: 03-08-2022
109+
* Updated at: 06-09-2022

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changes
2+
## Version - 1.0.3
3+
Have been adding data for a month, from my laptop. For 1.0.4[^1], will see if i can automate the versioning process.
4+
* Have created more structure to the dataset and documentation.
5+
* Updated readme.md file.
6+
* Updated links to download the dataset.
7+
* Removed space from license files. as they are markup files and it will wrap the text automaticly.
8+
* Added directory for netdata data, so it's ready-
9+
* Added workflows to automate the process and make pull request searcheble.
10+
11+
## Footnotes
12+
[^1]: Next version is at 03 October 2022.

dataset/csv/netdata/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Netdata repository
2+
CSV files retrieved from the software [Netdata](https://www.netdata.cloud/)

0 commit comments

Comments
 (0)