venerdě 29 marzo 2024 12:51 mobile  |  3dfxzone.it  |  amdzone.it  |  atizone.it  |  forumzone.it  |  hwsetup.it  |  nvidiazone.it  |  unixzone.it  
AMDZONE.IT
 proudly powered by 3dfxzone.it
Home    |    News    |    Headlines    |    Articoli    |    Download    |    Community    |    Redazione    |    Condividi    |    Tag    |    Ricerca    |    Sitemap
ADV Informazioni e Release Notes del file: Passmark PerformanceTest 10.0 build 1000 Ultime News
Condividi su Facebook Condividi su Twitter Condividi su WhatsApp Condividi su reddit
  • Score rebalancing
    • Due to the large amount of changes made to the 2D/3D/CPU/Disk tests all the calculated mark values have been rebalanced and scaled to be similar (but not exactly the same) to that of PerformanceTest 9.
    • Individual test scores have not been scaled so a direct comparison cannot be made in many cases between version 9 and version 10.
  • Windows Support
    • No longer supporting Windows versions older than Vista.
  • Compiler updates
    • We have switched from using Visual Studio 2013 (for V9) to Visual Studio 2019 for V10. Newer compiler versions typically bring improved code optimisation and use of newer CPU instructions.
  • CPU Tests
    • Enabled compiler optimisations for the CPU tests that had previously been disabled. This has resulted in better performance on newer CPUs when compared to older ones.
    • Compression Test, replace with a new version that uses the Cypto++ Gzip library. Previous versions of PerformanceTest were using a Adaptive encoding algorithm, which gave good compression rates on text, but was't in common use. Zip is the defacto standard for real world data compression.
    • Encryption test, removed Salsa and TwoFish from the sub tests that are run and replaced them with an ECDSA (Elliptic Curve Digital Signature Algorithm) sub test. Previously PerformanceTest V9 had 4 sub-tests. These were, TwoFish, AES, Salsa20 & SHA256. Now we have three sub-tests. AES, ECDSA & SHA256. These are all algorithms that are heavily used in the real world.
    • Extended Instructions (SSE), added an AVX512 test (when available). AVX512 are a new set of CPU instructions that are in newer CPUs.
    • Extended Instructions (SSE), fixed a pointer math issue in the test that was referencing incorrect memory locations. Accessing the correct data helped with data alignment and improved test throughput.
    • Extended Instructions (SSE), made some changes to the SSE/AVX/FMA tests for how the results are retrieved and stored for next calculation loop (using _mm_storeu_ps and mm256_storeu_ps).
    • Extended Instructions (SSE), removed custom aligned vector/matrix class and switched to standard vector/matrix class. Changed how matrix data is loaded before test (using _mm256_broadcast_ps).
    • Integer Math, made some changes to add better support for out of order execution. This makes the algorithm less linear and gives modern CPUs the change to get more calculations done in parallel.
    • Added a Cross-platform mark to the CPU test, made up of the Integer, Floating point, sorting and prime test scores. This will be calculated when loading a V9 baseline in V10 if the required scores are available. This cross platform score is not used when generating the overall CPU mark as it based on previously run tests. We envisage that we'll use these results in the future for cross platform comparisons (x86 PCs vs ARM based mobile devices).
    • Physics test, updated Bullet physics engine to version 2.88. Previously we were using 2.83.
  • 2D Tests
    • Added a new SVG (Scalable Vector Graphics) image rendering test that will open and display several SVG images.
    • Added a new “PDF Render” test that will open a PDF and scroll through the available pages.
    • Changed default test size to 1920 x 1080. This should place more load on the video card than was previously the case so frame rates are lower across the board compared to V9. Tests will scale down in size to 1024x768 and a penalty will be applied and will not run at lower resolutions than this.
    • Direct 2D, increased amount of objects displayed during test.
    • Windows Interface test, increased size of dialog and number of controls on dialog.
    • Complex vectors, changed so that rendering loop resets sooner rather than most of the drawing happening off screen towards the end of the test
    • Image Filters and Image Rendering, added DX11 versions of this test. Results are a combination of old and new tests.
    • Due to these updates scores and the 2D mark value in older versions of Windows (eg Windows 7) will be far lower as it isn't possible to scale meaningfully when multiple tests can't be run.
  • 3D Tests
    • DX9, changed default resolution to 1920x1080, test will be scaled down and a penalty applied if it cannot be run at this resolution.
    • DX9, increased default Anti Aliasing level to 8, changed skybox and number of objects in scene. This was done with the aim of making the test less CPU bound.
    • DX10, increased default resolution to 1920x1080, test will be scaled down and a penalty applied if it cannot be run at this resolution. This adds load to the video card.
    • DX10, increased number of islands and meteors during test.
    • DX10, fixed a bug when enumerating display modes for the DX10 test where no compatible card would be found if there was a large amount (>500) of display modes.
    • GPU Compute, replaced the Bittonic sort test with an NBody Gravity test. Nobody knew what a Bittonic sort was or how it applied to the real world. NBody simulations on the other hand are a fairly common scientific application and they make a good visual impact.
    • GPU Compute, increased default size for sub tests to 1920x1080.
    • GPU Compute, OpenCL test, made some changes to particle size and variables used for calculations so more is happening during the test.
    • GPU Compute, Mandelbrot test, increased number of iterations 10x to slow down the test execution.
    • Started allowing ”Microsoft RemoteFX Graphics Device” for 3D support on some VMs.
  • Memory Tests
    • Increased amount of memory that non-cached tests use to 512MB of RAM (up from 256MB).
    • Database Operations, changed to use an in memory sqlite3 database based on SQLite 3.31.1. Will run for maximum available physical cores and use at least 128MB RAM per thread.
    • Threaded, changed to run a range of threads up the maximum available (eg 2, 4, 8, 16 or 3, 6, 12 depending on available core count) and use highest score. Amount of RAM used will depend on number of threads, <= 16 threads 512 MB, <=64 threads 1 GB, > 64 threads 2 GB.
    • Threaded and Database operations, added support for processor groups and thread affinity.
    • Latency test, now will take measurements based on 16KB, 64KB and 8MB ranges (previously was just 64KB) and use the average value of the three tests for the score. This will give a broader range of samples and will result in higher latency figures than PT9.
  • Disk tests
    • Changed name of “Random Seek” test to “32KQD20” to better represent the test (using 32K block size with a queue depth of 20).
    • Added a new “4KQD1” test (using 4k block size with a queue depth of 1).
    • Increased test files size to 400MB for write test, 800MB for read test (traditional hard drive). If drive is an SSD then it is 1GB for write test and 2GB for read test.
    • Removed the CD test
  • Advanced Physics Test
    • Added option to allow resolution to be selected.
    • Updated Bullet physics engine to version 2.88. Previously was using 2.83.
    • Added message check on exit to stop "not responding" when closing while using a large number of objects.
  • Advanced Network Test
    • Added threading, Windows RIO (Registered Input/Output API Extensions) sockets option. These changes were made to achieve higher throughput & lower latency, particularly on 10Gb+ networks. You should now be able to really push the limits of your networking gear with these changes.
  • Advanced Disk Test
    • Made some changes to try and stop crashes during the advanced disk IOPS test when the hard drive is failing/responding abnormally.
    • Added temperature collection to test results. Can now choose to display the temperature or the latency heat map when displaying a graph. This has become important as some SSDs throttle down their speed under high temperatures.
  • Advanced Memory Test
      Added "Threaded" test option to advanced memory test, currently will run the threaded memory test starting with 1 thread up to (Cores * Threads per core) threads. Each test loop is repeated 3 times and the best result stored.
    • Now opens graph automatically at end of testing.
    • Updated latency test to use same settings as standard test, running random range latency test for 16KB, 64Kb and 8MB ranges and then averaging the results.
  • NEW Advanced CPU Test
    • Added an advanced CPU test, this allows individual CPU tests to be run from 1 thread up to a specified number of threads and then the results graphed.
  • NEW Advanced Internet Speed test
    • Added an implementation of M-Labs (https://www.measurementlab.net) internet speed test that will connect to their servers, performance a 10 second upload test, a 10 second download test and then display the results from that test.
  • Baseline management
    • Re-enabled choosing of colours for loaded baselines, this will only affect the bar graph colour of the baseline and the text colour will not change.
  • Localisation
    • Added a section in the installer to allow selection of a supported language, on install first launch PT will now choose that language by default.
  • Reporting
    • Added percentile options to exported text, formatted text and HTML reports.
  • Baseline Management
    • Added a way of tracking submitted baselines and displaying them in the advanced baseline management dialog under the “Uploaded” tab.
  • Scripting
    • Added SETRERUNRESULT to toggle re-run config setting. Choose between keeping BEST and NEW result when re running tests.
    • Added HIDEBASELINES option to only add current computer results to exported results files.
    • Added CPU_RUNTEST and ACPU_SETEXPORT commands for scripting the advanced CPU test.
    • Changed "Result Date" to be local time instead of UTC for consistency (windows install time was already local time).
    • HTML report output, fixed a bug where the Unicode BOM was not being correctly written to the start of the file if the file was opened in append mode and didn't already exist.
    • Removed 2 extra line breaks being added at end of records for REPORTSUMMARYCSV command.
  • Misc
    • Chart display, added percentage difference to baselines when a score the "this computer" is available. Also added option in the preferences to enable/disable.
    • Fixed an incorrect error message in the advanced drive performance test when a selected disk did not have enough free space.
    • Fixed a bug when saving results to an image, the scrollbar width was being applied and causing some result to be hidden.
    • Added a gray rectangle to custom list view header so the boundary that can be used to resize the columns is highlighted
    • System information, Changed ram details in baseline system info to display in GB.
    • Now displaying "Baseline #X" instead of just "#X" on system information window for loaded baselines.
    • Report exports, added BIOS version and hard drive size as a separate field to the exported report system information.
    • User Interface, Made back/prev/next buttons in 3D component info view slightly lighter so they stand out more.
    • No longer displaying PNP ID on Video card system info display.
    • Fixed some preferences dialog alignments.
    • CSV export, fixed an issue where multiple "unknown disk" entries could be output and change column ordering.
28.03.2024  
Windows Audio & Video & Codecs Tools: DivX Software 11.0.0
27.03.2024  
Hardware & System | Information & Monitoring Utilities: HWiNFO 8.00 [Portable]
Free Benchmark & Testing Information Utilities: Futuremark SystemInfo 5.71
26.03.2024  
Benchmark & Testing Utilities: Passmark PerformanceTest 11.0 build 1012
25.03.2024  
SSD Setup & Monitoring & Tuning Utilities: Samsung SSD Magician 8.1.0.800
24.03.2024  
PlayStation 5 Pro con APU AMD Viola promette gaming in 8K e ray tracing al top
Free Archive Managers Utilities: 7-Zip 24.03 beta - x86, x64 & ARM64 Ready
23.03.2024  
AMD lancia i chip Ryzen 8040 e Ryzen 8000G, e conferma l'arrivo dei Ryzen Zen 5
Wipe 2403 rimuove file e protegge la privacy degli utenti di Microsoft Windows
Windows Tweaking & Tuning & Security Utilities: Windows 11 Manager 1.4.3
Free Archive Managers Utilities: 7-Zip 24.02 beta - x86, x64 & ARM64 Ready
22.03.2024  
Free Audio & Multimedia Windows Players: foobar2000 2.1.3 - Bug fixing
NovaBench 5.5.0 misura e confronta le prestazioni complessive dei tuoi PC
21.03.2024  
AMD rilascia il driver video Radeon Software Adrenalin Edition 24.3.1
Windows Tweaking & Tuning Utilities: Windows 10 Manager 3.9.3 - Bug fixing
20.03.2024  
Display Driver Uninstaller 18.0.7.4 rimuove i driver GPU di AMD, Intel e NVIDIA
19.03.2024  
Hardware Monitoring & Benchmark: AIDA64 Extreme Edition 7.20.6807 beta
16.03.2024  
Acer lancia le card Radeon RX 7900 GRE Predator Bifrost e GRE Nitro OC 16GB
System Information Utilities: SIV (System Information Viewer) 5.76
15.03.2024  
AMD rilascia l'aggiornamento software AMD Chipset Drivers 6.02.07.2300
Indice delle news 
Ultimi File
HWiNFO 8.00 [Portable]
Futuremark SystemInfo 5.71
Passmark PerformanceTest 11.0 build 1012
7-Zip 24.03 beta
Windows 11 Manager 1.4.3 [Portable]
NovaBench 5.5.0
AMD Radeon Software Adrenalin Edition 24.3.1
Windows 10 Manager 3.9.3 [Portable]
AIDA64 Extreme Edition 7.20.6807 beta
SIV (System Information Viewer) 5.76
AMD Chipset Drivers 6.02.07.2300
ASUS GPU Tweak III 1.7.5.5
Indice dei file 
A M D Z O N E . I T
3dfxzone.it         |       amdzone.it         |       atizone.it         |       forumzone.it         |       hwsetup.it         |       nvidiazone.it         |       unixzone.it         |       feed rss         |       links
AMDZone.it č servito da una applicazione proprietaria di cui č vietata la riproduzione parziale o totale (layout e/o logica). I marchi e le sigle in esso citate sono proprietŕ degli aventi diritto. Note legali. Privacy.