Skip to content

Commit 951f9d2

Browse files
Merge pull request #219 from Hardware-Performance-Archive/2024-01
synch. with 2024
2 parents 1f87819 + 7604124 commit 951f9d2

8 files changed

Lines changed: 59 additions & 426437 deletions

File tree

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)