在 Windows 和 Linux/Ubuntu 上运行的基准测试软件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2419163/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Benchmark Test Software Running on Windows and Linux/Ubuntu
提问by GregH
Just wondering if there is any benchmark software that I can download that will run on both Windows (preferable Windows 7) and Linux (Ubuntu 9.10)? I have a brand new system and I'd like to run some standardized benchmarks with Ubuntu and also with Windows 7. The Passmark Performance test only runs under Windows.
只是想知道是否有任何可以在 Windows(最好是 Windows 7)和 Linux(Ubuntu 9.10)上运行的基准软件?我有一个全新的系统,我想在 Ubuntu 和 Windows 7 上运行一些标准化的基准测试。Passmark 性能测试只在 Windows 下运行。
采纳答案by Dirk Eddelbuettel
It depends greatly of what your metric is. "Back then when" we worried more about integer vs floating-point performance the dhrystone testwas popular. It will test the 'ecompiler + os' combination, but say nothing about graphics, or disk, or other aspects.
这在很大程度上取决于您的指标是什么。“当时”我们更担心整数与浮点性能dhrystone 测试很受欢迎。它将测试“ecompiler + os”组合,但不会提及图形、磁盘或其他方面。
Wikipedia also has number of other open source benchmarkslisted you could try.
维基百科还列出了许多您可以尝试的其他开源基准测试。