Open Bug 1539848 (jetstream2) Opened 5 years ago Updated 22 days ago

[Meta] Investigate JetStream 2 performance

Categories

(Core :: JavaScript Engine, task, P3)

task

Tracking

()

Tracking Status
firefox68 --- affected

People

(Reporter: jandem, Unassigned)

References

(Depends on 9 open bugs, Blocks 1 open bug, )

Details

(Keywords: meta, perf)

No description provided.
Depends on: 1539865

Can someone post the detailed numbers for Firefox, Safari, and chrome on the same machine? (and preferably a recent macos; mine is still on 10.11, so I don't trust the numbers, and async-fs won't even work in Safari).

My look against Safari 11.1.2 (current is IIRC 12.1) had us winning on wasm and crypto, losing badly on a lot of other tests.

Obviously this hits ION very hard....

Alias: jetstream2
Depends on: 1540080
Depends on: 1540090

I filed bugs for some of the obvious issues. I didn't run all tests because there are so many, I just ran some of the interesting subtests.

To download the source:

svn checkout https://github.com/WebKit/webkit/trunk/Websites/browserbench.org/JetStream2.0

In JetStreamDriver.js you can enable particular subtests (search for if (false)).

Depends on: 1540636

To run the cli.js version, add this to cli.js:

runString = function() {
    var g = newGlobal();
    g.loadString = g.evaluate;
    return g;
};
readFile = os.file.readFile;
Depends on: 1540646
Depends on: 1541671
Depends on: 1541708
Depends on: ares-6
Type: enhancement → task
Priority: -- → P1

Should there also be a bug open for getting Jetstream2 added to automation (raptor harnessed?)

(In reply to Matthew Gaudet (he/him) [:mgaudet] from comment #5)

Should there also be a bug open for getting Jetstream2 added to automation (raptor harnessed?)

Yes, can you file one against PI?

Webcompat Priority: --- → ?
Webcompat Priority: ? → ---
Severity: normal → S3
Depends on: 1801865
Depends on: 1801866
Depends on: 1669942
Depends on: 1802495
Depends on: 1802496
Depends on: 1802497
Depends on: 815255
Depends on: 1834682
Priority: P1 → P3
Depends on: 1853398
Depends on: 1853482
Depends on: 1886820
You need to log in before you can comment on or make changes to this bug.