postman如何使用用 SPEC CPU2006

Access denied |
used Cloudflare to restrict access
Please enable cookies.
What happened?
The owner of this website () has banned your access based on your browser's signature (3acad8-ua98).SPEC CPU& 2006
The SPEC CPU& 2006 benchmark is SPEC's
industry-standardized, CPU-intensive
benchmark suite, stressing a system's processor,
memory subsystem and compiler.
BENCHMARK RETIREMENT: With the release of the
benchmark suite, the CPU 2006 suite will be .
for details on the retirement schedule and result submission
requirements.
This benchmark suite includes the SPECint& benchmarks and the SPECfp& benchmarks.
The SPECint& 2006 benchmark contains 12 different benchmark tests and the SPECfp& 2006
benchmark contains 19 different benchmark tests.
The SPEC CPU& 2006 benchmark is available for purchase via the .
SPEC designed this suite to provide a comparative
measure of compute-intensive performance across the widest practical
range of hardware using workloads developed from real user applications.
These benchmarks are provided as source code and require the user to be
comfortable using compiler commands as well as other commands via a
command interpreter using a console or command prompt window in order
to generate executable binaries.
The SPEC CPU& 2006 benchmark has several different ways to measure
computer performance. One way is to measure how fast the computer completes a
this is a speed measurement. Another way is to measure how many
tasks a computer can accomplish in a ce this is called a
throughput, capacity or rate measurement.
The SPECspeed& metrics (e.g., the SPECint& 2006 benchmark) are
used for comparing the ability of a computer to complete single tasks.
The SPECrate& metrics (e.g., the SPECint&_rate 2006 benchmark)
measure the throughput or rate of a machine carrying out a number of tasks.
For more information about the SPECrate& and SPECspeed& metrics, see
The current version of the benchmark suite is V1.2, released in September 2011.
SPEC CPU2006 Retirement
With the release of , SPEC will be retiring
SPEC CPU2006. The retirement plan is as follows:
Through September 19 2017 3AM US Eastern Time, CPU2006 and CPU2017 results
can be submitted to SPEC independently.
From September 19, AM US Eastern Time to December 26 3AM US Eastern Time, 2017,
publication of SPEC CPU2006 results on the SPEC website requires simultaneous submission
and publication of the corresponding SPEC CPU2017 results on the same configuration.
Other details:
For SPECrate results, the same number of base copies must be used.
Compilers and tuning may differ between the CPU2006 and CPU2017 submissions.
Due to SPEC's , this means
that the last day to submit CPU2006 results without an accompanying CPU2017 result
is the SPEC submission deadline of September 19, 2017 3AM US Eastern Time.
The intent of requiring CPU2017 submissions with CPU2006 submissions is to motivate
the population of the SPEC website with CPU2017 results.
Note: The SPEC CPU2006 rules allows rule-compliant results to be published
independently (outside of the SPEC website). There is no requirement that results
published outside of the SPEC website be accompanied by CPU2017 results.
On December 26, AM US Eastern Time, SPEC will stop accepting SPEC CPU2006
results for publication.
By end of day on January 9, 2018 US Eastern Time, SPEC will retire SPEC CPU2006.
After this day, no further submissions will be published by SPEC and technical
support for SPEC CPU2006 will be ended.
For publication on SPEC's website by January 9th, 2018, results need to be
submitted to SPEC by the December 26, 2017 3AM US Eastern Time submission
deadline. Note that, per above, corresponding SPEC CPU2017 results are also needed.
SPEC CPU2006 allows rule-compliant results to be published independently. Therefore, although
SPEC will not be publishing results after this date, it is possible that licensees might choose
to do so. The rules and license must still be followed and any such publication must plainly
disclose that SPEC CPU2006 has been retired (see:
for more information
on how SPEC addresses retired benchmarks).
Note that the requirements of the previous paragraph apply only to public use of the benchmark.
Benchmark retirement has no effect on licensees' internal (unpublished) use of the benchmark
Text, HTML, CSV, PDF, and Configuration file outputs for the SPEC CPU& 2006
includes all of the results submitted to SPEC from the SPEC member companies
and other licensees of the benchmark.
in SPEC's online result database.
Information
Benchmark Press Releases
Press release material, documents, and announcements:
(09/07/2011)
(06/03/2008)
(08/24/2006)
(presented as Q&A)
Benchmark Documentation
documents, , etc.
All documentation available on the DVD is
also available here.
Benchmark Descriptions
A survey of the
benchmarks comprising each of the SPEC CPU& 2006 component suites:
- the integer benchmarks.
- the floating point benchmarks.
29 benchmarks, as published in the ACM SIGARCH newsletter, Computer
Architecture News, Volume 34, No. 4, September 2006.
Related Publications
An archive of selected
is available.
raised by users of the benchmark software.
explanations from the testers for what all those cryptic flags in the
results' notes section really mean.请教,specint2006到底在测试些什么东西? - 知乎61被浏览4410分享邀请回答69 条评论分享收藏感谢收起&>&CPU SPEC 2006
CPU SPEC 2006
上传大小:131KB
CPU SPEC 2006 说明,全英文记录,保证你双收
综合评分:3.8(48位用户评分)
所需积分:
下载个数:229
{%username%}回复{%com_username%}{%time%}\
/*点击出现回复框*/
$(".respond_btn").on("click", function (e) {
$(this).parents(".rightLi").children(".respond_box").show();
e.stopPropagation();
$(".cancel_res").on("click", function (e) {
$(this).parents(".res_b").siblings(".res_area").val("");
$(this).parents(".respond_box").hide();
e.stopPropagation();
/*删除评论*/
$(".del_comment_c").on("click", function (e) {
var id = $(e.target).attr("id");
$.getJSON('/index.php/comment/do_invalid/' + id,
function (data) {
if (data.succ == 1) {
$(e.target).parents(".conLi").remove();
alert(data.msg);
$(".res_btn").click(function (e) {
var q = $("#form1").serializeArray();
console.log(q);
var res_area_r = $.trim($(".res_area_r").val());
if (res_area_r == '') {
$(".res_text").css({color: "red"});
$.post("/index.php/comment/do_comment_reply/", q,
function (data) {
if (data.succ == 1) {
var $target,
evt = e || window.
$target = $(evt.target || evt.srcElement);
var $dd = $target.parents('dd');
var $wrapReply = $dd.find('.respond_box');
console.log($wrapReply);
var mess = $(".res_area_r").val();
var str = str.replace(/{%header%}/g, data.header)
.replace(/{%href%}/g, 'http://' + window.location.host + '/user/' + data.username)
.replace(/{%username%}/g, data.username)
.replace(/{%com_username%}/g, _username)
.replace(/{%time%}/g, data.time)
.replace(/{%id%}/g, data.id)
.replace(/{%mess%}/g, mess);
$dd.after(str);
$(".respond_box").hide();
$(".res_area_r").val("");
$(".res_area").val("");
$wrapReply.hide();
alert(data.msg);
}, "json");
/*删除回复*/
$(".rightLi").on("click",'.del_comment_r', function (e) {
var id = $(e.target).attr("id");
$.getJSON('/index.php/comment/do_comment_del/' + id,
function (data) {
if (data.succ == 1) {
$(e.target).parent().parent().parent().parent().parent().remove();
$(e.target).parents('.res_list').remove()
alert(data.msg);
//填充回复
function KeyP(v) {
$(".res_area_r").val($.trim($(".res_area").val()));
评论共有19条
做CPU 性能测试的一篇文档,针对编译的过程中遇到的问题,有一定的帮助
有一定的帮助,没代码
做毕设很有用
没有源码 只有文档
挺不错,实验完成了
哎,在哪有程序下载呢,很多地方都没找到
只是spec的文档,没有源码。想要找源码的可以撤了。
好东西,有源码也上传就更好了。
很详细 谢谢楼主
详细,有帮助
审核通过送C币
平面设计师/UI设计师 必读书单大集合,强烈推荐。
创建者:qq_
如何高效学习
创建者:houzhiguo
欧姆社学习漫画系列--统计学相关
创建者:houzhiguo
上传者其他资源上传者专辑
软件测试的方法与工具
课程资源热门标签
VIP会员动态
找不到资源?发布悬赏任务百万程序猿帮你提供!
下载频道部分积分规则调整公告
开通VIP,海量IT资源任性下载
二十大技术领域优质资源
spring mvc+mybatis+mysql+maven+bootstrap 整合实现增删查改简单实例.zip
CSDN&VIP年卡&4000万程序员的必选
CPU SPEC 2006
会员到期时间:
剩余下载个数:
剩余C币:0
剩余积分:6726
积分不足!
资源所需积分
当前拥有积分
您可以选择
程序员的必选
绿色安全资源
资源所需积分
当前拥有积分
当前拥有C币
(仅够下载10个资源)
全站1200个资源免积分下载
资源所需积分
当前拥有积分
当前拥有C币
全站1200个资源免积分下载
资源所需积分
当前拥有积分
当前拥有C币
您的积分不足,将扣除 10 C币
全站1200个资源免积分下载
你当前的下载分为234。
你还不是VIP会员
开通VIP会员权限,免积分下载
你下载资源过于频繁,请输入验证码
你下载资源过于频繁,请输入验证码
您因违反CSDN下载频道规则而被锁定帐户,如有疑问,请联络:!
若举报审核通过,可奖励20下载分
被举报人:
举报的资源分:
请选择类型
资源无法下载
资源无法使用
标题与实际内容不符
含有危害国家安全内容
含有反动色情等内容
含广告内容
版权问题,侵犯个人或公司的版权
*详细原因:
CPU SPEC 2006

我要回帖

更多关于 如何不翻墙使用google 的文章

 

随机推荐