?
查询技巧:
1、输入单个单词准确查询。
2、使用%模糊查询,匹配任意长度字符:
   %a    以a结尾的单词;
   ab%    以ab开头的单词;
   %ac%    含有ac的单词。
3、使用_模糊查询,匹配单个任意字符:
   _a_    三位且a在中间的单词;
   _ad    三位且ad结尾的单词;
   ac_    三位且ac开头的单词;
   _a    两位且a结尾的单词;
   a_    两位且a开头的单词。
4、带连字符-的单词,需含-字符才能模糊查询,如well-know需输入 well-% 。
5、在手机键盘上,如果g上有%和v上有_,则可长按输入。

benchmarked
GMAT

[计] 基准

1. Q: Have you benchmarked the performance?
问:你们做过性能基准测试么?
2. Finally, the code is benchmarked in terms of its speed and memory requirements.
最后验证了代码的速度并给出了对存储空间的要求。
3. They are forced to mark to market every day and are benchmarked to relative performance.
他们被迫每天盯着市场,并以相对业绩作为基准衡量指标。
4. We've benchmarked this approach and it shows 10-15% performance gain on large sessions tables.
我们测试过这种方法,在大会话表中显示了10 - 15%的性能提升。
5. The API for most uses is simple: you supply the code to be benchmarked to a Benchmark constructor.
API 的基本用法很简单:把要进行基准测试的代码提供给一个 Benchmark 构造函数。