mirror of
https://github.com/danbulant/node-x11
synced 2026-06-24 17:21:47 +00:00
long stacktrace benchmarks in comments
This commit is contained in:
parent
7df3e1d3fd
commit
39d905df5f
1 changed files with 3 additions and 1 deletions
|
|
@ -101,7 +101,9 @@ XClient.prototype.importRequestsFromTemplates = function(target, reqs)
|
||||||
client.seq_num++;
|
client.seq_num++;
|
||||||
|
|
||||||
// disable long stack trace for the moment, it's too expensive
|
// disable long stack trace for the moment, it's too expensive
|
||||||
// performance when enabled: 70000 requests finished in 52196 ms, 1341.0989347842747 req/sec
|
// performance when enabled (travis-ci worker, Xfvb): 70000 requests finished in 52196 ms, 1341.0989347842747 req/sec
|
||||||
|
// without: 70000 requests finished in 14904 ms, 4696.725711218465 req/sec
|
||||||
|
// MBPro, XQuartz: with 3600 req/sec, without 24200 req/sec
|
||||||
/*
|
/*
|
||||||
var err = new Error;
|
var err = new Error;
|
||||||
err.name = reqName;
|
err.name = reqName;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue