Skip to content
View greg-bressler-ok's full-sized avatar
🙃
🙃
Block or Report

Block or report greg-bressler-ok

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. I was tasked with creating a TON of ... I was tasked with creating a TON of messages in Slack channels for load testing of an app. After several attempts to automate this, I was able to write this loop and execute it as a Snippet in Chrome's devtools. Due to Slack posting rules, I would keep the sleep at 2 seconds or longer.
    1
    function sleep(ms) {
    2
        return new Promise(resolve => setTimeout(resolve, ms));
    3
    }
    4
    
                  
    5
    async function createMessages() {
  2. GBressler/bowlingstarTAU GBressler/bowlingstarTAU Public

    Java