mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
enable disabled benchmark test
This commit is contained in:
parent
db7b356825
commit
dc85f1162f
1 changed files with 11 additions and 13 deletions
|
@ -577,19 +577,17 @@ window.onload = function () {
|
|||
recordingTime: 5000
|
||||
}));
|
||||
|
||||
// TODO: #1322
|
||||
// Error: Cannot create monitor for target that cannot be found by name
|
||||
// suite.add(new BenchFixture({
|
||||
// projectId: 187694931,
|
||||
// warmUpTime: 0,
|
||||
// recordingTime: 5000
|
||||
// }));
|
||||
//
|
||||
// suite.add(new BenchFixture({
|
||||
// projectId: 187694931,
|
||||
// warmUpTime: 5000,
|
||||
// recordingTime: 5000
|
||||
// }));
|
||||
suite.add(new BenchFixture({
|
||||
projectId: 187694931,
|
||||
warmUpTime: 0,
|
||||
recordingTime: 5000
|
||||
}));
|
||||
|
||||
suite.add(new BenchFixture({
|
||||
projectId: 187694931,
|
||||
warmUpTime: 5000,
|
||||
recordingTime: 5000
|
||||
}));
|
||||
|
||||
const standard = projectId => {
|
||||
suite.add(new BenchFixture({
|
||||
|
|
Loading…
Reference in a new issue