question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I am currently trying to run the single framework with the automated benchmark driver but I am getting null results from each run. What am I missing here?

after run  01_run1k 0 vanillajs-keyed
Entry {
  level: Level { name_: 'INFO', value_: 800 },
  message: 'http://localhost:8080/vanillajs-keyed/dist/main.js 0:1047 "add took 220.63999999999987"',
  timestamp: 1501676906215,
  type: '' }
**result [object Object]_01_run1k [ null, { type: 'paint', ts: 0, dur: 0, end: 0 }, null, null ]**
after initialized  01_run1k 0 vanillajs-keyed
after run  01_run1k 0 vanillajs-keyed

I believe that this is causing me the following error:

Benchmark failed
Writing screenshot error-vanillajs-keyed-30_startup.png
...\js-framework-benchmark\webdriver-ts\node_modules\selenium-webdriver\lib\promise.js:2634
        throw error;
        ^

TypeError: Cannot read property 'ts' of null
    at initBenchmark.then.then.results (...\js-framework-benchmark\webdriver-ts\dist\benchmarkRunner.js:209:77)
    at ManagedPromise.invokeCallback_ (...\js-framework-benchmark\webdriver-ts\node_modules\selenium-webdriver\lib\promise.js:1384:14)

Could anyone please help me to debug this problem?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
krausestcommented, Aug 7, 2017

Could it somehow be that you’re using chromedriver >= 2.29? (maybe there’s a global installed versoin) I got the same behaviour yesterday when I updated chromedriver from 2.28. So far I’ve no solution for it yet: Here’s someone with a similar problem: https://stackoverflow.com/questions/44803636/not-receiving-timeline-data-in-performance-log

0reactions
krausestcommented, Aug 13, 2017

Closing in favour of #232

Read more comments on GitHub >

github_iconTop Results From Across the Web

When Scientists Find Nothing: The Value of Null Results
One reason that null results often don't get shared is that, compared to positive results, their importance is hard to intuitively judge.
Read more >
'Null' research findings aren't empty of meaning. Let's publish ...
Null results are exceedingly common. Yet they aren't nearly as likely to get published as “positive” results, even though they should be.
Read more >
Null result | Psychology Wiki - Fandom
In statistics, specifically, a null result occurs when there are non-significant differences between experimental and control conditions.
Read more >
10 Things Your Null Result Might Mean - EGAP
10 Things Your Null Result Might Mean. Author: Rekha Balu. Subscribe. Be the first to hear about EGAP's featured projects, events, and opportunities....
Read more >
How to Write About Negative (Or Null) Results in Academic ...
Researchers are often disappointed when their work yields "negative" results, meaning that the null hypothesis cannot be rejected.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found