How to do a performance test for a mocha library?

I need to do performance testing for the below Mocha unit test.

describe("simple test", async() =>{

     it("first test" , async()=>{

        assert.equal( 1 , 1);
     })
})

But I do not know which open source tool to use.

Can anyone introduce me to some open source performance testing tools for the Mocha Library?



Comments

Popular posts from this blog

I get wrong characters when retreiving the message body of an email using TIdIMAP4.UIDRetrieveTextPeek2()

How to drop the all the 1's in a correlation matrix

Today Walkin 14th-Sept