Skip to content

Commit 7e726a9

Browse files
Merge pull request #220 from Hardware-Performance-Archive/development
Synch.
2 parents fe92df7 + 951f9d2 commit 7e726a9

File tree

13 files changed

+426498
-94
lines changed

13 files changed

+426498
-94
lines changed

.gitattributes

Lines changed: 7 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,12 @@
44
# Documentation
55
*.md text diff=markdown eol=crlf
66
*.tex text diff=tex
7-
*.pdf -text
8-
9-
# Scripts
10-
*.sh text diff=sh
11-
*.ps1 text diff=ps1 eol=crlf
12-
13-
# Code for backend
14-
*.php text diff=php
15-
*.shtml text diff=shtml
16-
*.py text diff=python
17-
*.cs text diff=csharp
18-
*.java text diff=java
19-
*.rs text diff=rust
20-
21-
# Frontend Files
22-
*.html text diff=html
23-
*.htm text diff=html
24-
*.xhtml text diff=html
25-
*.dhtml text diff=html
26-
27-
## Style sheets
28-
*.css text diff=css
29-
*.scss text diff=scss
30-
31-
## JavaScript / TypeScript
32-
*.js text diff=js
33-
*.ts text diff=ts
347

358
# Typical used data formats
369
*.csv text diff=csv
3710
*.xml text diff=xml
3811
*.json text diff=json
12+
*.txt text
3913

4014
# Image Formats
4115
*.svg text eol=lf diff=xml
@@ -49,13 +23,12 @@
4923
*.gif binary diff=exif
5024

5125
# used for workflows
52-
*.yaml text diff=yaml
53-
54-
# Project
55-
*.vcproj text eol=crlf
26+
*.yaml text diff=yaml export-ignore
27+
*.yml text diff=yml export-ignore
5628

57-
# Misc
58-
*.txt text
29+
# Scripts
30+
*.sh text diff=shexport-ignore
31+
*.ps1 text diff=ps1 eol=crlf export-ignore
5932

6033
# Git attributes
6134
.gitignore text diff=gitignore export-ignore
@@ -64,4 +37,5 @@
6437

6538
Changelog.md export-ignore
6639

40+
/.scripts export-ignore
6741
/.github export-ignore

.github/dependabot.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
51
version: 2
62
updates:
7-
- package-ecosystem: "gitsubmodule" # See documentation for possible values
8-
directory: "/" # Location of package manifests
3+
- package-ecosystem: "gitsubmodule"
4+
directory: "/"
95
schedule:
106
interval: "weekly"

.github/labeler.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,15 @@
11
automations:
22
- '.github/**/*'
33

4-
# Scripts
54
code:
65
- '.code/**/*'
76

87
scripts:
98
- '.scripts/**/*'
109

11-
# Dataset directory
12-
dataset:
13-
- 'dataset/**/*'
14-
15-
software:
16-
- 'dataset/csv/**/*'
17-
1810
openhardwaremonitor:
1911
- 'dataset/csv/openhardwaremonitor/**/*'
2012

21-
22-
# Machine types
23-
desktops:
24-
- 'dataset/csv/openhardwaremonitor/desktops/**/*'
25-
26-
laptops:
27-
- 'dataset/csv/openhardwaremonitor/laptops/**/*'
28-
29-
30-
# file formats
3113
csv:
3214
- 'dataset/csv/**/*'
3315

@@ -40,10 +22,5 @@ json:
4022
tsv:
4123
- 'dataset/exports/formats/tsv/**/*'
4224

43-
44-
# Base
4525
documentation:
4626
- 'docs/**/*'
47-
48-
subsets:
49-
- 'modules/**/*'

.gitignore

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
1-
#
1+
# Ignore Scripts & Code
2+
*.php
3+
*.py
4+
*.cs
5+
*.java
6+
*.rs
7+
8+
*.shtml
9+
*.html
10+
*.htm
11+
*.xhtml
12+
*.dhtml
13+
14+
*.css
15+
*.scss
16+
17+
*.js
18+
*.ts
19+
20+
# Document Types
21+
*.pdf
22+
23+
# Project Types
24+
*.vcproj
File renamed without changes.

Readme.md

Lines changed: 59 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
# Hardware Performance Archive
2-
![Repository cover image for social networks](docs/resources/3.jpg)
2+
![Repository cover image for social networks][Cover_Image]
33

44
This repository contains data that are recorded hardware performance. The raw data is saved in CSV[^7]
55
fileformat and is located in the dataset directory.
66

7-
The release of the dataset Version 1.0.5 can be found and downloaded at
8-
[Kaggle](https://www.kaggle.com/datasets/kentvejrupmadsen/dataset-performance).
7+
The release of the latest version can be found and downloaded at
8+
[Kaggle][KAGGLE_DATASET_LOCATION].
99
You're welcome to experiement with it in 'notebooks' and etc.
1010

1111

1212
## Overview
13-
* Go to content description At [this location](docs/contents.md).
14-
* Current Version at: V1.0.5
15-
* Size of dataset directory: 7.72 GB
13+
* Go to content description At [this location][CONTENT_LOCATION].
14+
* Current Version at: V1.0.6
15+
* Size of dataset directory: 16.7 GB
1616
* Dataset
1717
* Encoding of files in dataset directory: US-ASCII
1818
* First record at: 2018-09-17
19-
* Last record at: 2022-11-01
19+
* Last record at: 2024-01-06
2020
* Dataset Record File format: CSV[^7]
2121

2222
* Formatted: None
2323

2424

2525
### Total size of the dataset
26-
* Datasets total size is: ( **7.72** GB )
27-
* dataset directory: 7.72 GB
26+
* Datasets total size is: ( **16.7** GB )
27+
* dataset directory: 16.7 GB
2828
* CSV[^7]
2929

3030
* formats directory: 0.0 GB
@@ -35,9 +35,8 @@ You're welcome to experiement with it in 'notebooks' and etc.
3535

3636
### Tools
3737
* Files logged with
38-
[OpenHardwareMonitor it can be downloaded here](https://openhardwaremonitor.org/downloads/),
39-
it's repository is
40-
[on github](https://github.com/openhardwaremonitor/openhardwaremonitor)
38+
[OpenHardwareMonitor it can be downloaded here][DOWNLOAD_OPENHARDWARE_MONITOR],
39+
it's repository is at: [on github][OPENHARDWARE_MONITOR_GITHUB]
4140

4241

4342

@@ -52,33 +51,36 @@ Currently in development
5251

5352

5453
* ***Code***
55-
* [MySQL](https://www.mysql.com/)
56-
* [PostgreSQL](https://www.postgresql.org/)
54+
* [MySQL][MYSQL_URL]
55+
* [PostgreSQL][POSTGRESQL_URL]
5756

5857

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

6160
### Download & Others
62-
* [Kaggle](https://www.kaggle.com/), a place to download datasets and to play with the data. The [dataset](https://www.kaggle.com/datasets/kentvejrupmadsen/dataset-performance) can be downloaded or used with python though kaggle.
63-
* [Web Archive](https://archive.org/download/data.private.performance-release-06-09-2022)
61+
* [Kaggle][KAGGLE_DATASET_LOCATION]
62+
a place to download datasets and to play with data. Which can be though a python terminal or their website.
63+
* [Web Archive][WEBARCHIVE_DATASET_LOCATION]
64+
6465
* Onedrive
6566
* [Zip](https://1drv.ms/u/s!AnVSo6qhoQp5j8RjDo0Z3ozNKr9xXQ?e=H3qbAm)[^2],
6667
* [Tar.gz](https://1drv.ms/u/s!AnVSo6qhoQp5j8RkosdL1iV1cWcG2g?e=ReCjNt)[^3]
67-
* [Github]([Github](https://github.com/KentVejrupMadsen/data.performance/releases/tag/release-03-08-2022))
68-
* [as a zip file](https://github.com/KentVejrupMadsen/data.private.performance/archive/refs/tags/release-06-09-2022.zip) [^1] [^2]
69-
* [as tar.gz](https://github.com/KentVejrupMadsen/data.private.performance/archive/refs/tags/release-06-09-2022.tar.gz) [^1] [^3]
68+
69+
* [Github][GITHUB_DATASET_RELEASE_LOCATION]
70+
* [as a zip file][GITHUB_DATASET_LOCATION_ZIP] [^1] [^2]
71+
* [as tar.gz][GITHUB_DATASET_LOCATION_TAR_GZ] [^1] [^3]
7072

7173

7274
## Appendices
73-
* Keep in mind that this repository is a fork of the repository
74-
[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.
75-
* Author - [Kent vejrup Madsen](https://github.com/KentVejrupMadsen)
75+
* Keep in mind that this repository is a fork of the repository [Private-Data-Performance][OLD_REPOSITORY],
76+
at my previous [account][PREVIOUS_ACCOUNT] as i have lost access to it.
77+
* Author: [Kent vejrup Madsen][CURRENT_ACCOUNT]
7678
* Contact: Kent.vejrup.madsen@designermadsen.dk
77-
* Changelog: [Changes](docs/changelog.md)
78-
* Copyright 2022 [Kent vejrup Madsen](https://github.com/KentVejrupMadsen)
79+
* Changelog: [Changes][CHANGELOG_LOCATION]
80+
* Copyright 2024 [Kent vejrup Madsen][CURRENT_ACCOUNT]
7981
* Licenses
80-
* [MIT - Source Code License](docs/licenses/sourcecode_license.md)
81-
* [Dataset License - Attribution 4.0 International](docs/licenses/dataset_license.md)
82+
* [MIT - Source Code License][MIT_License]
83+
* [Dataset License - Attribution 4.0 International][ATT4INT_License]
8284

8385

8486

@@ -104,9 +106,9 @@ Currently also working on having the data sorted & filtered by Year. together wi
104106

105107

106108
### Document
107-
* Original creation date is at: [31-01-2019](https://github.com/KentMadsen/Private-Data-Performance), Kent Madsen
109+
* Original creation date is at: [31-01-2019][OLD_REPOSITORY], Kent Madsen
108110
* Created at: 29-01-2020
109-
* Updated at: 02-11-2022
111+
* Updated at: 12-01-2024
110112

111113

112114
## Foot Notes
@@ -122,4 +124,32 @@ Currently also working on having the data sorted & filtered by Year. together wi
122124

123125
[^6]: Tab-seperated values
124126

125-
[^7]: Comma-seperated values
127+
[^7]: Comma-seperated values
128+
129+
<!-- Shortcuts -->
130+
[MYSQL_URL]:https://www.mysql.com/
131+
[POSTGRESQL_URL]: https://www.postgresql.org/
132+
133+
[Cover_Image]:docs/resources/3.jpg
134+
135+
[MIT_License]:sourcecode_license.md
136+
[ATT4INT_License]:License.md
137+
138+
[OLD_REPOSITORY]:https://github.com/KentMadsen/Private-Data-Performance
139+
140+
<!-- Donwload Dataset Shortcut -->
141+
[KAGGLE_DATASET_LOCATION]: https://www.kaggle.com/datasets/kentvejrupmadsen/dataset-performance
142+
[WEBARCHIVE_DATASET_LOCATION]: https://archive.org/download/data.private.performance-release-06-09-2022
143+
144+
[GITHUB_DATASET_RELEASE_LOCATION]: https://github.com/Hardware-Performance-Archive/Archive/releases/tag/release-09-01-2024
145+
[GITHUB_DATASET_LOCATION_TAR_GZ]: https://github.com/KentVejrupMadsen/data.private.performance/archive/refs/tags/release-06-09-2022.tar.gz
146+
[GITHUB_DATASET_LOCATION_ZIP]: https://github.com/KentVejrupMadsen/data.private.performance/archive/refs/tags/release-06-09-2022.zip
147+
148+
[PREVIOUS_ACCOUNT]:https://github.com/KentMadsen
149+
[CURRENT_ACCOUNT]:https://github.com/KentVejrupMadsen
150+
151+
[CHANGELOG_LOCATION]:docs/changelog.md
152+
[CONTENT_LOCATION]:docs/contents.md
153+
154+
[DOWNLOAD_OPENHARDWARE_MONITOR]:https://openhardwaremonitor.org/downloads/
155+
[OPENHARDWARE_MONITOR_GITHUB]:https://github.com/openhardwaremonitor/openhardwaremonitor

0 commit comments

Comments
 (0)