-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
These benchmarks results are compiled on my main development machine - | ||
an Apple Mac Mini 2023 model with an M2 Pro chip with 12 CPU cores and 32GB of RAM; | ||
a 1TB SSD primary drive and a 1TB Samsung SSD 970 Evo plus external drive | ||
running MacOS Sonoma Public Beta. | ||
These benchmarks results are compiled on an Apple Mac Mini 2023 model with an M2 Pro chip | ||
with 12 CPU cores & 32GB of RAM; a 1TB SSD primary drive & a 1TB Samsung SSD 970 Evo plus | ||
external drive running MacOS Sonoma 14.0. | ||
|
||
It uses the prebuilt, CPU optimized qsv binary variant in aarch64-apple-darwin.zip | ||
found at https://github.com/jqnatividad/qsv/releases/latest. | ||
|
||
The benchmarks were performed on a 1 million row, 41 column, 520 MB sample of NYC's 311 data. | ||
https://raw.githubusercontent.com/wiki/jqnatividad/qsv/files/NYC_311_SR_2010-2020-sample-1M.7z | ||
|
||
Records per second was calculated by dividing the number of records (1M) by the mean. | ||
All other measurements are in seconds, |