Skip to content

Commit 461ba52

Browse files
Updating Publish branch.
Latest updates
2 parents 86ec0a2 + 1bbb36f commit 461ba52

56 files changed

Lines changed: 3730262 additions & 101 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 9 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,14 @@
22
* text=auto eol=lf
33

44
# Documentation
5-
*.md text diff=markdown eol=crlf
5+
*.md text diff=markdown eol=crlf export-ignore
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,19 +23,18 @@
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
6235
.gitattributes text diff=gitattributes export-ignore
6336
.gitmodules text diff=gitmodules export-ignore
6437

65-
Changelog.md export-ignore
66-
38+
/.scripts export-ignore
6739
/.github export-ignore
40+
/docs 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: 76 additions & 33 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,7 @@ 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], it's repository is at: [on github][OPENHARDWARE_MONITOR_GITHUB]
4139

4240

4341

@@ -52,33 +50,40 @@ Currently in development
5250

5351

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

5856

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

61-
### 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)
64-
* Onedrive
65-
* [Zip](https://1drv.ms/u/s!AnVSo6qhoQp5j8RjDo0Z3ozNKr9xXQ?e=H3qbAm)[^2],
66-
* [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]
59+
### Download At
60+
* [Kaggle][KAGGLE_DATASET_LOCATION] a place to download datasets and to play with data. Which can be though a python terminal or their website.
61+
62+
* [Web Archive][WEBARCHIVE_DATASET_LOCATION]
63+
* [ZIP][WEBARCHIVE_DATASET_ZIP]
64+
* [CONTENT][WEBARCHIVE_DATASET_ZIP_CONTENT]
65+
66+
* [TAR.GZ][WEBARCHIVE_DATASET_TAR_GZ]
67+
68+
* [Onedrive][ONEDRIVE_LOCATION]
69+
* [ZIP](https://1drv.ms/u/s!AnVSo6qhoQp5j8RjDo0Z3ozNKr9xXQ?e=H3qbAm)[^2],
70+
* [TAR.GZ](https://1drv.ms/u/s!AnVSo6qhoQp5j8RkosdL1iV1cWcG2g?e=ReCjNt)[^3]
71+
72+
* [Github][GITHUB_DATASET_RELEASE_LOCATION]
73+
* [ZIP][GITHUB_DATASET_LOCATION_ZIP] [^1] [^2]
74+
* [TAR.GZ][GITHUB_DATASET_LOCATION_TAR_GZ] [^1] [^3]
7075

7176

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

8388

8489

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

105110

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

111116

112117
## Foot Notes
@@ -122,4 +127,42 @@ Currently also working on having the data sorted & filtered by Year. together wi
122127

123128
[^6]: Tab-seperated values
124129

125-
[^7]: Comma-seperated values
130+
[^7]: Comma-seperated values
131+
132+
<!-- Shortcuts -->
133+
[MYSQL_URL]: https://www.mysql.com/
134+
[POSTGRESQL_URL]: https://www.postgresql.org/
135+
136+
[Cover_Image]: docs/resources/3.jpg
137+
138+
[MIT_License]: sourcecode_license.md
139+
[ATT4INT_License]: License.md
140+
141+
[OLD_REPOSITORY]: https://github.com/KentMadsen/Private-Data-Performance
142+
143+
<!-- Donwload Dataset Shortcut -->
144+
[KAGGLE_DATASET_LOCATION]: https://www.kaggle.com/datasets/kentvejrupmadsen/dataset-performance
145+
146+
[WEBARCHIVE_DATASET_LOCATION]: https://archive.org/download/data.private.performance-release-06-09-2022
147+
[WEBARCHIVE_DATASET_ZIP]: https://archive.org/download/hardware-performance-archive-12.01.2024/Archive-release-12.01.2024-1.fix.zip
148+
[WEBARCHIVE_DATASET_ZIP_CONTENT]: https://ia601207.us.archive.org/view_archive.php?archive=/13/items/hardware-performance-archive-12.01.2024/Archive-release-12.01.2024-1.fix.zip
149+
150+
[WEBARCHIVE_DATASET_TAR_GZ]: https://archive.org/download/hardware-performance-archive-12.01.2024/Archive-release-12.01.2024-1.fix.tar.gz
151+
152+
[GITHUB_DATASET_RELEASE_LOCATION]: https://github.com/Hardware-Performance-Archive/Archive/releases/tag/release-12.01.2024-1.fix
153+
[GITHUB_DATASET_LOCATION_TAR_GZ]: https://github.com/Hardware-Performance-Archive/Archive/archive/refs/tags/release-12.01.2024-1.fix.tar.gz
154+
[GITHUB_DATASET_LOCATION_ZIP]: https://github.com/Hardware-Performance-Archive/Archive/archive/refs/tags/release-12.01.2024-1.fix.zip
155+
156+
[ONEDRIVE_LOCATION]: https://1drv.ms/f/s!AnVSo6qhoQp5laYABj5zKFwyrllctg?e=osZ0ag
157+
[ONEDRIVE_ZIP_LOCATION]:
158+
[ONEDRIVE_TAR_GZ_LOCATION]:
159+
160+
161+
[PREVIOUS_ACCOUNT]: https://github.com/KentMadsen
162+
[CURRENT_ACCOUNT]: https://github.com/KentVejrupMadsen
163+
164+
[CHANGELOG_LOCATION]: docs/changelog.md
165+
[CONTENT_LOCATION]: docs/contents.md
166+
167+
[DOWNLOAD_OPENHARDWARE_MONITOR]: https://openhardwaremonitor.org/downloads/
168+
[OPENHARDWARE_MONITOR_GITHUB]: https://github.com/openhardwaremonitor/openhardwaremonitor

0 commit comments

Comments
 (0)